Changeset c59712e for driver/Makefile.am
- Timestamp:
- Aug 3, 2018, 11:25:46 AM (5 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:
- ff1e0f38
- Parents:
- 25a9b5a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/Makefile.am
r25a9b5a rc59712e 17 17 # applies to both programs 18 18 AM_CXXFLAGS = -Wall -O2 -g -std=c++14 -I${abs_top_srcdir}/src 19 if BUILD_NO_LIB20 else21 AM_CXXFLAGS += -DHAVE_LIBCFA22 endif23 if BUILD_DEBUG24 AM_CXXFLAGS += -DHAVE_LIBCFA_DEBUG25 endif26 if BUILD_RELEASE27 AM_CXXFLAGS += -DHAVE_LIBCFA_RELEASE28 endif29 19 30 20 # don't install cfa directly
Note: See TracChangeset
for help on using the changeset viewer.