Changeset 64
- Timestamp:
- Oct 23, 2019, 12:49:11 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/configure.ac
r63 r64 45 45 # Also set -DNDEBUG when not debugging, this disables assert()s 46 46 AS_IF([test "x$do_debug" = "xyes"], [CXXFLAGS="-g"], 47 [test "x$do_debug" != "xyes"], [CXXFLAGS="-O 2-DNDEBUG"])47 [test "x$do_debug" != "xyes"], [CXXFLAGS="-O3 -DNDEBUG"]) 48 48 49 49 case $target_os in
Note: See TracChangeset
for help on using the changeset viewer.