Changeset 8925
- Timestamp:
- Sep 22, 2006, 6:10:03 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r8910 r8925 46 46 PSLIB_CFLAGS="${PSLIB_CFLAGS=} -DPS_NO_TRACE"], 47 47 [AC_MSG_RESULT([compile optimization disabled]) 48 CFLAGS="${CFLAGS=} -O0 -g"] 48 if test x"${CFLAGS}" == x; then 49 CFLAGS="-O0 -g" 50 fi 51 ] 49 52 ) 50 53
Note:
See TracChangeset
for help on using the changeset viewer.
