diff options
author | Rickard Green <[email protected]> | 2009-12-07 14:25:47 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-12-07 14:25:47 +0000 |
commit | ee51ffa886cdbc7a577d6e068236c107f0137696 (patch) | |
tree | deae986cdc4188875ff3ddc3aa9ad17e0db7cd9c /make/otp_subdir.mk | |
parent | 38c68fac6f7398e486c2fb7b210ea88db9484797 (diff) | |
download | otp-ee51ffa886cdbc7a577d6e068236c107f0137696.tar.gz otp-ee51ffa886cdbc7a577d6e068236c107f0137696.tar.bz2 otp-ee51ffa886cdbc7a577d6e068236c107f0137696.zip |
Changed default target from 'debug' to 'opt'.
Diffstat (limited to 'make/otp_subdir.mk')
-rw-r--r-- | make/otp_subdir.mk | 2 |
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 \ |