Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/configure.ac

    r73fad25 r81e60f7  
    3434if test x$enable_distcc = xno; then
    3535        CFACC=${DRIVER_DIR}cfa
     36        PRELUDEFLAG='-in-tree'
    3637        echo "no"
    3738else
     
    4142        CFADIR_HASH=$($tools/distcc_hash $config)
    4243        CFACC="distcc ~/.cfadistcc/${CFADIR_HASH}/cfa"
     44        PRELUDEFLAG='-dist-tree'
    4345        echo "yes (hash=${CFADIR_HASH})"
    4446fi
     
    5557AC_SUBST(CFADIR_HASH)
    5658AC_SUBST(CFA_VERSION)
     59AC_SUBST(PRELUDEFLAG)
    5760
    5861#==============================================================================
     
    6871case $CONFIGURATION in
    6972        "debug"   )
    70                 CONFIG_CFLAGS="-O0 -g"
     73                CONFIG_CFLAGS="-Og -g"
    7174                CONFIG_CFAFLAGS="-debug"
    7275                CONFIG_BUILDLIB="yes"
Note: See TracChangeset for help on using the changeset viewer.