Changes in configure [6e4b913:ee51534]
Legend:
- Unmodified
- Added
- Removed
-
configure
r6e4b913 ree51534 639 639 CXXFLAGS 640 640 CXX 641 CFA_FLAGS642 641 CFA_LIBDIR 643 642 CFA_BINDIR … … 2457 2456 2458 2457 if test "x${CXXFLAGS}" = "x"; then 2459 export CXXFLAGS="-std=c++11 -g ${CXXFLAGS}" # defaults, no -O2 for debugging and failures2460 else 2461 export CXXFLAGS="-std=c++11 ${CXXFLAGS}" # flags from configure command2458 export CXXFLAGS="-std=c++11 -g -O2 ${CXXFLAGS}" 2459 else 2460 export CXXFLAGS="-std=c++11 ${CXXFLAGS}" 2462 2461 fi 2463 2462 … … 2962 2961 MAINT=$MAINTAINER_MODE_TRUE 2963 2962 2964 # may require auto* software to be installed2963 # may require auto* software to be installed 2965 2964 2966 2965 # Installation paths … … 2974 2973 fi 2975 2974 2976 if test "x$backendcompiler" != "x"; then2975 if test "x$backendcompiler" != x; then 2977 2976 BACKEND_CC=${backendcompiler} 2978 2977 else … … 3016 3015 fi 3017 3016 3018 # check gcc installed 3017 3019 3018 if test "x$BACKEND_CC" = "x"; then 3020 3019 as_fn_error $? "some version of gcc is needed. Get it at ftp://ftp.gnu.org" "$LINENO" 5 … … 3079 3078 3080 3079 CFA_LIBDIR=${cfa_libdir} 3081 3082 3083 3084 cat >>confdefs.h <<_ACEOF3085 #define CFA_FLAGS "${CFAFLAGS}"3086 _ACEOF3087 3088 CFA_FLAGS=${CFAFLAGS}3089 3080 3090 3081
Note:
See TracChangeset
for help on using the changeset viewer.