Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    reb0951d0 r5222605  
    88AC_CONFIG_HEADERS([config.h])
    99AM_SILENT_RULES([no])
     10
     11if test "x${CXXFLAGS}" = "x"; then
     12   export CXXFLAGS="-std=c++11 -g ${CXXFLAGS}"  # defaults, no -O2 for debugging and failures
     13else
     14   export CXXFLAGS="-std=c++11 ${CXXFLAGS}"     # flags from configure command
     15fi
    1016
    1117AM_INIT_AUTOMAKE
Note: See TracChangeset for help on using the changeset viewer.