- Timestamp:
- Aug 10, 2018, 5:45:51 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- ae628e1
- Parents:
- 2ea0a8a
- Location:
- driver
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified driver/Makefile.am ¶
r2ea0a8a r47c1928 18 18 19 19 # applies to both programs 20 AM_CXXFLAGS = -Wall -O2 -g -std=c++14 -I${abs_top_srcdir}/src20 AM_CXXFLAGS = @HOST_FLAGS@ -Wall -O2 -g -std=c++14 -I${abs_top_srcdir}/src 21 21 22 22 # don't install cfa directly -
TabularUnified driver/Makefile.in ¶
r2ea0a8a r47c1928 213 213 EXEEXT = @EXEEXT@ 214 214 GREP = @GREP@ 215 HOST_FLAGS = @HOST_FLAGS@ 215 216 INSTALL = @INSTALL@ 216 217 INSTALL_DATA = @INSTALL_DATA@ … … 301 302 302 303 # applies to both programs 303 AM_CXXFLAGS = -Wall -O2 -g -std=c++14 -I${abs_top_srcdir}/src304 AM_CXXFLAGS = @HOST_FLAGS@ -Wall -O2 -g -std=c++14 -I${abs_top_srcdir}/src 304 305 cfa_SOURCES = cfa.cc 305 306
Note: See TracChangeset
for help on using the changeset viewer.