diff options
| author | York Xiang <bombless@126.com> | 2015-04-28 22:24:44 +0800 |
|---|---|---|
| committer | York Xiang <bombless@126.com> | 2015-04-30 21:39:52 +0800 |
| commit | 98b7aaf3efefb1705e3f0128feec805e27290532 (patch) | |
| tree | d0b471b0a57823bd02494a699fd74efca3d79740 | |
| parent | da2276e293359708b62bb489801cb9872d19d32f (diff) | |
Mention --enable-optimize for --enable-debug
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index f32d6cd4fc7..2a6d858e6af 100755 --- a/configure +++ b/configure @@ -544,7 +544,7 @@ fi BOOL_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 helgrind 0 "run tests with helgrind instead of memcheck" opt valgrind-rpass 1 "run rpass-valgrind tests with valgrind" |
