Changeset 6453
- Timestamp:
- Feb 17, 2006, 5:11:56 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/stac/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/configure.ac
r5745 r6453 14 14 dnl AC_PROG_LIBTOOL 15 15 16 dnl handle debug building 17 AC_ARG_ENABLE(optimize, 18 [AS_HELP_STRING(--enable-optimize,enable compiler optimization)], 19 [AC_MSG_RESULT(compile optimization enabled) 20 CFLAGS="${CFLAGS=} -O2"], 21 [AC_MSG_RESULT([compile optimization disabled]) 22 CFLAGS="${CFLAGS=} -O0 -g"] 23 ) 24 16 25 PKG_CHECK_MODULES([PSLIB], [pslib >= 0.9.0]) 17 26 18 CFLAGS="${CFLAGS}" 19 stac_CFLAGS="-Wall -Werror -std=c99 -O2 -DPS_NO_TRACE" 27 stac_CFLAGS="-Wall -Werror -std=c99 -DPS_NO_TRACE" 20 28 AC_SUBST([stac_CFLAGS]) 21 29
Note:
See TracChangeset
for help on using the changeset viewer.
