Changeset 36ebd03 for src/Makefile.in
- Timestamp:
- Mar 3, 2016, 1:28:56 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:
- 3627356
- Parents:
- 9d7b3ea (diff), 4040425 (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
-
src/Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.in
r9d7b3ea r36ebd03 247 247 CXX = @CXX@ 248 248 CXXDEPMODE = @CXXDEPMODE@ 249 CXXFLAGS = -g # remove default -O2 to allow better debugging249 CXXFLAGS = -g -std=c++11 # remove default -O2 to allow better debugging 250 250 CYGPATH_W = @CYGPATH_W@ 251 251 DEFS = @DEFS@ … … 411 411 esac; \ 412 412 done; \ 413 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/Makefile'; \413 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 414 414 $(am__cd) $(top_srcdir) && \ 415 $(AUTOMAKE) -- gnusrc/Makefile415 $(AUTOMAKE) --foreign src/Makefile 416 416 .PRECIOUS: Makefile 417 417 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note:
See TracChangeset
for help on using the changeset viewer.