Changeset 2283 for ThirdParty/FilterSQP
- Timestamp:
- Jun 15, 2011 8:02:49 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/FilterSQP/stable/1.1/configure
r2200 r2283 2796 2796 coin_opt_cflags="-O3" 2797 2797 coin_add_cflags="-pipe" 2798 coin_dbg_cflags="-g "2798 coin_dbg_cflags="-g -O0" 2799 2799 coin_warn_cflags="-Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas" 2800 2800 case $build in … … 3555 3555 coin_opt_fflags="-O3" 3556 3556 coin_add_fflags="-pipe" 3557 coin_dbg_fflags="-g "3557 coin_dbg_fflags="-g -O0" 3558 3558 case $enable_doscompile in 3559 3559 mingw) … … 23842 23842 fi 23843 23843 23844 { echo "$as_me:$LINENO: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting" >&5 23845 echo "$as_me: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting" >&6;} 23844 23846 if test x$coin_projectdir = xyes; then 23845 23847 { echo "$as_me:$LINENO: Configuration of $PACKAGE_NAME successful" >&5
Note: See TracChangeset
for help on using the changeset viewer.