COIN-OR::LEMON - Graph Library

Changeset 794:313d58f9e544 in lemon-1.2


Ignore:
Timestamp:
11/19/09 09:36:43 (14 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Valgring option for ./scripts/bootstrap.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/bootstrap.sh

    r747 r794  
    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.