COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/bootstrap.sh

    r794 r841  
    103103cxx_flags="CXXFLAGS=-ggdb$opt_flags$werror_flags"
    104104
     105if yesorno "Check with valgrind" "n"
     106then
     107    valgrind_flags=' --enable-valgrind'
     108else
     109    valgrind_flags=''
     110fi
     111
    105112if [ -f ${COIN_OR_PREFIX}/include/coin/config_coinutils.h ]; then
    106113    if yesorno "Use COIN-OR (CBC/CLP)" "n"
     
    129136fi
    130137${CONFIGURE_PATH}/configure --prefix=$LEMON_INSTALL_PREFIX \
     138$valgrind_flags \
    131139"$cxx_flags" \
    132140$coin_flag \
Note: See TracChangeset for help on using the changeset viewer.