Mention --enable-optimize for --enable-debug

This commit is contained in:
York Xiang 2015-04-28 22:24:44 +08:00
parent da2276e293
commit 98b7aaf3ef

2
configure vendored
View file

@ -544,7 +544,7 @@ fi
BOOL_OPTIONS="" BOOL_OPTIONS=""
VAL_OPTIONS="" VAL_OPTIONS=""
opt debug 0 "debug mode" opt debug 0 "debug mode; disables optimization unless \`--enable-optimize\` given"
opt valgrind 0 "run tests with valgrind (memcheck by default)" opt valgrind 0 "run tests with valgrind (memcheck by default)"
opt helgrind 0 "run tests with helgrind instead of memcheck" opt helgrind 0 "run tests with helgrind instead of memcheck"
opt valgrind-rpass 1 "run rpass-valgrind tests with valgrind" opt valgrind-rpass 1 "run rpass-valgrind tests with valgrind"