Changeset 64


Ignore:
Timestamp:
Oct 23, 2019, 12:49:11 PM (5 years ago)
Author:
bouyer
Message:

Build with -O3 by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/configure.ac

    r63 r64  
    4545# Also set -DNDEBUG when not debugging, this disables assert()s
    4646AS_IF([test "x$do_debug"  = "xyes"], [CXXFLAGS="-g"],
    47       [test "x$do_debug" != "xyes"], [CXXFLAGS="-O2 -DNDEBUG"])
     47      [test "x$do_debug" != "xyes"], [CXXFLAGS="-O3 -DNDEBUG"])
    4848
    4949case $target_os in
Note: See TracChangeset for help on using the changeset viewer.