- Timestamp:
- Jul 31, 2012, 11:39:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120627/psLib/m4/ipp_stdopts.m4
r34139 r34243 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 CFLAGS="-pipe -O0 -g"11 CFLAGS="-pipe -O0 -g" 12 12 ] 13 13 ) … … 22 22 fi 23 23 ], 24 [AC_MSG_RESULT([ compile optimizationdisabled])24 [AC_MSG_RESULT([debug build disabled]) 25 25 if test x"${CFLAGS}" == x; then 26 26 CFLAGS="-Wall -Werror"
Note:
See TracChangeset
for help on using the changeset viewer.
