Changeset eb0951d0 for configure


Ignore:
Timestamp:
May 31, 2017, 1:46:19 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
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, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
13932f14
Parents:
759908f
Message:

Refacted some of the CXXFLAGS and added c++14 and Werror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r759908f reb0951d0  
    24962496
    24972497
    2498 if test "x${CXXFLAGS}" = "x"; then
    2499    export CXXFLAGS="-std=c++11 -g ${CXXFLAGS}"  # defaults, no -O2 for debugging and failures
    2500 else
    2501    export CXXFLAGS="-std=c++11 ${CXXFLAGS}"     # flags from configure command
    2502 fi
    2503 
    25042498am__api_version='1.11'
    25052499
Note: See TracChangeset for help on using the changeset viewer.