Changeset b1e63ac5 for configure.ac
- Timestamp:
- Jul 4, 2017, 9:40:16 AM (8 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:
- 208e5be
- Parents:
- 9c951e3 (diff), f7cb0bc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r9c951e3 rb1e63ac5 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 … … 241 235 src/examples/Makefile 242 236 src/tests/Makefile 237 src/tests/preempt_longrun/Makefile 243 238 src/prelude/Makefile 244 239 src/libcfa/Makefile 240 tools/prettyprinter/Makefile 245 241 ]) 246 242
Note:
See TracChangeset
for help on using the changeset viewer.