Changeset eb0951d0 for configure.ac
- Timestamp:
- May 31, 2017, 1:46:19 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 13932f14
- Parents:
- 759908f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r759908f 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.