Changeset 19858f6 for libcfa/configure
- Timestamp:
- Oct 4, 2019, 9:59:01 AM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 65e10b2
- Parents:
- 970141d (diff), 73fad25 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/configure
r970141d r19858f6 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.