Changeset a3b5cac
- Timestamp:
- Jun 4, 2015, 11:03:46 PM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- c7ed6d0
- Parents:
- 472a8dd
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
r472a8dd ra3b5cac 11 11 ## Created On : Sun May 31 08:51:46 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Mon Jun 1 08:15:08201514 ## Update Count : 1 313 ## Last Modified On : Thu Jun 4 21:01:59 2015 14 ## Update Count : 15 15 15 ############################################################################### 16 16 … … 40 40 # need files Common/utility.h and Parser/lex.h 41 41 cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -DDEBUG_ALL -I${srcdir}/Common -I${srcdir}/Parser 42 43 CXXFLAGS = -g # remove default -O2 to allow better debugging -
src/Makefile.in
r472a8dd ra3b5cac 246 246 CXX = @CXX@ 247 247 CXXDEPMODE = @CXXDEPMODE@ 248 CXXFLAGS = @CXXFLAGS@248 CXXFLAGS = -g # remove default -O2 to allow better debugging 249 249 CYGPATH_W = @CYGPATH_W@ 250 250 DEFS = @DEFS@
Note: See TracChangeset
for help on using the changeset viewer.