Changeset 398 for trunk/Cbc/configure
- Timestamp:
- Jul 5, 2006 3:13:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/configure
r392 r398 2695 2695 2696 2696 if test "$coin_debug_compile" = "true"; then 2697 CFLAGS="$coin_dbg_cflags $coin_add_cflags $ coin_warn_cflags"2697 CFLAGS="$coin_dbg_cflags $coin_add_cflags $CDEFS $coin_warn_cflags" 2698 2698 else 2699 2699 if test -z "$coin_opt_cflags"; then … … 3456 3456 3457 3457 if test "$coin_debug_compile" = "true"; then 3458 CXXFLAGS="$coin_dbg_cxxflags $coin_add_cxxflags $ coin_warn_cxxflags"3458 CXXFLAGS="$coin_dbg_cxxflags $coin_add_cxxflags $CXXDEFS $coin_warn_cxxflags" 3459 3459 else 3460 3460 if test -z "$coin_opt_cxxflags"; then
Note: See TracChangeset
for help on using the changeset viewer.