Changes in libcfa/configure [81e60f7:73fad25]
- File:
-
- 1 edited
-
libcfa/configure (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/configure
r81e60f7 r73fad25 707 707 CONFIG_CFLAGS 708 708 ARCH_FLAGS 709 PRELUDEFLAG710 709 CFADIR_HASH 711 710 LOCAL_CC1 … … 2960 2959 if test x$enable_distcc = xno; then 2961 2960 CFACC=${DRIVER_DIR}cfa 2962 PRELUDEFLAG='-in-tree'2963 2961 echo "no" 2964 2962 else … … 2968 2966 CFADIR_HASH=$($tools/distcc_hash $config) 2969 2967 CFACC="distcc ~/.cfadistcc/${CFADIR_HASH}/cfa" 2970 PRELUDEFLAG='-dist-tree'2971 2968 echo "yes (hash=${CFADIR_HASH})" 2972 2969 fi … … 2982 2979 ENABLE_DISTCC_FALSE= 2983 2980 fi 2984 2985 2981 2986 2982 … … 3004 3000 case $CONFIGURATION in 3005 3001 "debug" ) 3006 CONFIG_CFLAGS="-O g-g"3002 CONFIG_CFLAGS="-O0 -g" 3007 3003 CONFIG_CFAFLAGS="-debug" 3008 3004 CONFIG_BUILDLIB="yes"
Note:
See TracChangeset
for help on using the changeset viewer.