Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r6e4b913 ree51534  
    639639CXXFLAGS
    640640CXX
    641 CFA_FLAGS
    642641CFA_LIBDIR
    643642CFA_BINDIR
     
    24572456
    24582457if test "x${CXXFLAGS}" = "x"; then
    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
     2458   export CXXFLAGS="-std=c++11 -g -O2 ${CXXFLAGS}"
     2459else
     2460   export CXXFLAGS="-std=c++11 ${CXXFLAGS}"
    24622461fi
    24632462
     
    29622961  MAINT=$MAINTAINER_MODE_TRUE
    29632962
    2964                         # may require auto* software to be installed
     2963        # may require auto* software to be installed
    29652964
    29662965# Installation paths
     
    29742973fi
    29752974
    2976 if test "x$backendcompiler" != "x"; then
     2975if test "x$backendcompiler" != x; then
    29772976        BACKEND_CC=${backendcompiler}
    29782977else
     
    30163015fi
    30173016
    3018         # check gcc installed
     3017
    30193018        if test "x$BACKEND_CC" = "x"; then
    30203019                as_fn_error $? "some version of gcc is needed. Get it at ftp://ftp.gnu.org" "$LINENO" 5
     
    30793078
    30803079CFA_LIBDIR=${cfa_libdir}
    3081 
    3082 
    3083 
    3084 cat >>confdefs.h <<_ACEOF
    3085 #define CFA_FLAGS "${CFAFLAGS}"
    3086 _ACEOF
    3087 
    3088 CFA_FLAGS=${CFAFLAGS}
    30893080
    30903081
Note: See TracChangeset for help on using the changeset viewer.