Changeset 2280
- Timestamp:
- Jun 15, 2011 8:02:29 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/stable/1.1/configure
r2184 r2280 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) … … 23044 23044 fi 23045 23045 23046 { echo "$as_me:$LINENO: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting" >&5 23047 echo "$as_me: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting" >&6;} 23046 23048 if test x$coin_projectdir = xyes; then 23047 23049 { echo "$as_me:$LINENO: Configuration of $PACKAGE_NAME successful" >&5
Note: See TracChangeset
for help on using the changeset viewer.