Changeset 11533 for trunk/ppMerge/configure.ac
- Timestamp:
- Jan 31, 2007, 5:46:12 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/configure.ac
r8781 r11533 13 13 AC_PROG_INSTALL 14 14 dnl AC_PROG_LIBTOOL 15 16 dnl enable largefile supports17 15 AC_SYS_LARGEFILE 18 19 ppMerge_CFLAGS="-Wall -Werror -std=c99"20 ppMerge_LDFLAGS=""21 22 dnl handle debug building23 AC_ARG_ENABLE(optimize,24 [AS_HELP_STRING(--enable-optimize,enable compiler optimization)],25 [AC_MSG_RESULT(compile optimization enabled)26 CFLAGS="${CFLAGS=} -O2"],27 [AC_MSG_RESULT([compile optimization disabled])28 CFLAGS="${CFLAGS=} -O0 -g"]29 )30 31 dnl handle path coverage checking32 AC_ARG_ENABLE(coverage,33 [AS_HELP_STRING(--enable-coverage,enable path coverage checking)],34 [AC_MSG_RESULT(path coverage enabled)35 CFLAGS="${CFLAGS=} -fprofile-arcs -ftest-coverage -pg"]36 )37 16 38 17 PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99]) … … 40 19 PKG_CHECK_MODULES([PPSTATS], [ppStats >= 0.0.0]) 41 20 42 dnl handle profiler building 43 AC_ARG_ENABLE(profile, 44 [AS_HELP_STRING(--enable-profile,enable compiler profiler information inclusion)], 45 [AC_MSG_RESULT(compile optimization enabled) 46 ppMerge_CFLAGS="${ppMerge_CFLAGS} -g -pg" 47 ppMerge_LDFLAGS="${ppMerge_LDFLAGS} -pg -Wl,--start-group -Wl,-Bstatic"] 48 ) 49 50 AC_SUBST([ppMerge_CFLAGS]) 51 AC_SUBST([ppMerge_LDFLAGS]) 21 IPP_STDOPTS 22 CFLAGS="${CFLAGS=} -Wall -Werror -std=c99" 52 23 53 24 AC_CONFIG_FILES([
Note:
See TracChangeset
for help on using the changeset viewer.
