Changeset 575a6e5 for configure.ac
- Timestamp:
- Aug 9, 2018, 11:07:05 AM (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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 7a7ab42
- Parents:
- a5121bf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
ra5121bf r575a6e5 7 7 #AC_CONFIG_SRCDIR([src/main.cc]) 8 8 AC_CONFIG_HEADERS([config.h:src/config.h.in]) 9 AM_SILENT_RULES([ no])9 AM_SILENT_RULES([yes]) 10 10 11 11 m4_include([automake/cfa.m4]) 12 13 # don't use the default CFLAGS as they unconditonnaly add -O2 14 : ${CFLAGS=""} 12 15 13 16 AM_INIT_AUTOMAKE([subdir-objects])
Note: See TracChangeset
for help on using the changeset viewer.