- Timestamp:
- Jul 10, 2016, 4:35:32 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 4e06c1e, c13d970
- Parents:
- 07bc165
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r07bc165 r6e4b913 639 639 CXXFLAGS 640 640 CXX 641 CFA_FLAGS 641 642 CFA_LIBDIR 642 643 CFA_BINDIR … … 2456 2457 2457 2458 if test "x${CXXFLAGS}" = "x"; then 2458 export CXXFLAGS="-std=c++11 -g -O2 ${CXXFLAGS}"2459 else 2460 export CXXFLAGS="-std=c++11 ${CXXFLAGS}" 2459 export CXXFLAGS="-std=c++11 -g ${CXXFLAGS}" # defaults, no -O2 for debugging and failures 2460 else 2461 export CXXFLAGS="-std=c++11 ${CXXFLAGS}" # flags from configure command 2461 2462 fi 2462 2463 … … 2961 2962 MAINT=$MAINTAINER_MODE_TRUE 2962 2963 2963 # may require auto* software to be installed2964 # may require auto* software to be installed 2964 2965 2965 2966 # Installation paths … … 2973 2974 fi 2974 2975 2975 if test "x$backendcompiler" != x; then2976 if test "x$backendcompiler" != "x"; then 2976 2977 BACKEND_CC=${backendcompiler} 2977 2978 else … … 3015 3016 fi 3016 3017 3017 3018 # check gcc installed 3018 3019 if test "x$BACKEND_CC" = "x"; then 3019 3020 as_fn_error $? "some version of gcc is needed. Get it at ftp://ftp.gnu.org" "$LINENO" 5 … … 3078 3079 3079 3080 CFA_LIBDIR=${cfa_libdir} 3081 3082 3083 3084 cat >>confdefs.h <<_ACEOF 3085 #define CFA_FLAGS "${CFAFLAGS}" 3086 _ACEOF 3087 3088 CFA_FLAGS=${CFAFLAGS} 3080 3089 3081 3090
Note: See TracChangeset
for help on using the changeset viewer.