Changes in configure.ac [5222605:eb0951d0]
- File:
-
- 1 edited
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r5222605 reb0951d0 8 8 AC_CONFIG_HEADERS([config.h]) 9 9 AM_SILENT_RULES([no]) 10 11 if test "x${CXXFLAGS}" = "x"; then12 export CXXFLAGS="-std=c++11 -g ${CXXFLAGS}" # defaults, no -O2 for debugging and failures13 else14 export CXXFLAGS="-std=c++11 ${CXXFLAGS}" # flags from configure command15 fi16 10 17 11 AM_INIT_AUTOMAKE
Note:
See TracChangeset
for help on using the changeset viewer.