Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

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