Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/configure

    r73fad25 r81e60f7  
    707707CONFIG_CFLAGS
    708708ARCH_FLAGS
     709PRELUDEFLAG
    709710CFADIR_HASH
    710711LOCAL_CC1
     
    29592960if test x$enable_distcc = xno; then
    29602961        CFACC=${DRIVER_DIR}cfa
     2962        PRELUDEFLAG='-in-tree'
    29612963        echo "no"
    29622964else
     
    29662968        CFADIR_HASH=$($tools/distcc_hash $config)
    29672969        CFACC="distcc ~/.cfadistcc/${CFADIR_HASH}/cfa"
     2970        PRELUDEFLAG='-dist-tree'
    29682971        echo "yes (hash=${CFADIR_HASH})"
    29692972fi
     
    29792982  ENABLE_DISTCC_FALSE=
    29802983fi
     2984
    29812985
    29822986
     
    30003004case $CONFIGURATION in
    30013005        "debug"   )
    3002                 CONFIG_CFLAGS="-O0 -g"
     3006                CONFIG_CFLAGS="-Og -g"
    30033007                CONFIG_CFAFLAGS="-debug"
    30043008                CONFIG_BUILDLIB="yes"
Note: See TracChangeset for help on using the changeset viewer.