Changeset eb0951d0 for configure.ac


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.ac

    r759908f reb0951d0  
    88AC_CONFIG_HEADERS([config.h])
    99AM_SILENT_RULES([no])
    10 
    11 if test "x${CXXFLAGS}" = "x"; then
    12    export CXXFLAGS="-std=c++11 -g ${CXXFLAGS}"  # defaults, no -O2 for debugging and failures
    13 else
    14    export CXXFLAGS="-std=c++11 ${CXXFLAGS}"     # flags from configure command
    15 fi
    1610
    1711AM_INIT_AUTOMAKE
Note: See TracChangeset for help on using the changeset viewer.