Ignore:
Timestamp:
Sep 13, 2006 9:38:06 AM (17 years ago)
Author:
bennylp
Message:

Set default CFLAGS in configure to -O2 -DNDEBUG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    • Property svn:eol-style changed from native to LF
    r700 r709  
    1313                 pjsip/build/os-auto.mak 
    1414                ]) 
     15 
     16dnl 
     17dnl Setup default CFLAGS 
     18dnl 
     19if test "$CFLAGS" = ""; then 
     20  CFLAGS="-O2 -DNDEBUG" 
     21else 
     22  CFLAGS="$CFLAGS" 
     23fi 
     24 
     25CXXFLAGS="$CFLAGS $CXXFLAGS" 
     26 
     27 
    1528AC_PROG_CC 
    1629AC_PROG_CXX 
     
    323336                AC_MSG_RESULT([Checking if L16 codecs are disabled...yes]) 
    324337               fi], 
    325               AC_MSG_RESULT([Checking if G.711 codec is disabled...no])) 
     338              AC_MSG_RESULT([Checking if L16 codec is disabled...no])) 
    326339 
    327340 
Note: See TracChangeset for help on using the changeset viewer.