Changeset 34219
- Timestamp:
- Jul 30, 2012, 3:57:29 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psLib/m4/ipp_stdopts.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/m4/ipp_stdopts.m4
r34089 r34219 7 7 [AS_HELP_STRING(--enable-optimize,enable compiler optimization)], 8 8 [AC_MSG_RESULT(compile optimization enabled) 9 CFLAGS="-pipe -O2 -g -DPS_NO_TRACE"],9 CFLAGS="-pipe -O2 -g -DPS_NO_TRACE"], 10 10 [AC_MSG_RESULT([compile optimization disabled]) 11 if test x"${CFLAGS}" == x; then12 11 CFLAGS="-pipe -O0 -g" 13 fi14 12 ] 15 13 ) … … 24 22 fi 25 23 ], 26 [AC_MSG_RESULT([ compile optimizationdisabled])24 [AC_MSG_RESULT([debug build disabled]) 27 25 if test x"${CFLAGS}" == x; then 28 26 CFLAGS="-Wall -Werror"
Note:
See TracChangeset
for help on using the changeset viewer.
