Changeset a3b5cac


Ignore:
Timestamp:
Jun 4, 2015, 11:03:46 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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
Message:

remove default -O2 to allow better debugging

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r472a8dd ra3b5cac  
    1111## Created On       : Sun May 31 08:51:46 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Mon Jun  1 08:15:08 2015
    14 ## Update Count     : 13
     13## Last Modified On : Thu Jun  4 21:01:59 2015
     14## Update Count     : 15
    1515###############################################################################
    1616
     
    4040# need files Common/utility.h and Parser/lex.h
    4141cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -DDEBUG_ALL -I${srcdir}/Common -I${srcdir}/Parser
     42
     43CXXFLAGS = -g   # remove default -O2 to allow better debugging
  • src/Makefile.in

    r472a8dd ra3b5cac  
    246246CXX = @CXX@
    247247CXXDEPMODE = @CXXDEPMODE@
    248 CXXFLAGS = @CXXFLAGS@
     248CXXFLAGS = -g   # remove default -O2 to allow better debugging
    249249CYGPATH_W = @CYGPATH_W@
    250250DEFS = @DEFS@
Note: See TracChangeset for help on using the changeset viewer.