Changeset 794:313d58f9e544 in lemon-main for scripts
- Timestamp:
- 11/19/09 09:36:43 (15 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/bootstrap.sh
r747 r794 103 103 cxx_flags="CXXFLAGS=-ggdb$opt_flags$werror_flags" 104 104 105 if yesorno "Check with valgrind" "n" 106 then 107 valgrind_flags=' --enable-valgrind' 108 else 109 valgrind_flags='' 110 fi 111 105 112 if [ -f ${COIN_OR_PREFIX}/include/coin/config_coinutils.h ]; then 106 113 if yesorno "Use COIN-OR (CBC/CLP)" "n" … … 129 136 fi 130 137 ${CONFIGURE_PATH}/configure --prefix=$LEMON_INSTALL_PREFIX \ 138 $valgrind_flags \ 131 139 "$cxx_flags" \ 132 140 $coin_flag \
Note: See TracChangeset
for help on using the changeset viewer.