Changes in scripts/bootstrap.sh [794:313d58f9e544:747:a42f46828cc1] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/bootstrap.sh
r794 r747 103 103 cxx_flags="CXXFLAGS=-ggdb$opt_flags$werror_flags" 104 104 105 if yesorno "Check with valgrind" "n"106 then107 valgrind_flags=' --enable-valgrind'108 else109 valgrind_flags=''110 fi111 112 105 if [ -f ${COIN_OR_PREFIX}/include/coin/config_coinutils.h ]; then 113 106 if yesorno "Use COIN-OR (CBC/CLP)" "n" … … 136 129 fi 137 130 ${CONFIGURE_PATH}/configure --prefix=$LEMON_INSTALL_PREFIX \ 138 $valgrind_flags \139 131 "$cxx_flags" \ 140 132 $coin_flag \
Note: See TracChangeset
for help on using the changeset viewer.