aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2009-12-07 14:25:47 +0000
committerErlang/OTP <[email protected]>2009-12-07 14:25:47 +0000
commitee51ffa886cdbc7a577d6e068236c107f0137696 (patch)
treedeae986cdc4188875ff3ddc3aa9ad17e0db7cd9c
parent38c68fac6f7398e486c2fb7b210ea88db9484797 (diff)
downloadotp-ee51ffa886cdbc7a577d6e068236c107f0137696.tar.gz
otp-ee51ffa886cdbc7a577d6e068236c107f0137696.tar.bz2
otp-ee51ffa886cdbc7a577d6e068236c107f0137696.zip
Changed default target from 'debug' to 'opt'.
-rw-r--r--make/otp_subdir.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/otp_subdir.mk b/make/otp_subdir.mk
index 46c61c9e54..96b961c15d 100644
--- a/make/otp_subdir.mk
+++ b/make/otp_subdir.mk
@@ -24,7 +24,7 @@
#
# Targets that don't affect documentation directories
#
-debug opt release local_docs docs release_docs tests release_tests clean depend valgrind:
+opt debug release local_docs docs release_docs tests release_tests clean depend valgrind:
@set -e ; \
app_pwd=`pwd` ; \
if test -f vsn.mk; then \