Changes in configure.ac [ec0d43c:de2a8af]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified configure.ac ¶
rec0d43c rde2a8af 35 35 dnl Enable debugging (no) 36 36 AC_ARG_ENABLE(debug, 37 AC_HELP_STRING([--enable-debug],[compile in debug mode [[default=no]]]),37 [ --enable-debug[[=value]] compile with debug [[default=no]]], 38 38 with_debug="yes", 39 39 with_debug="no") … … 46 46 dnl Enable full warnings (yes) 47 47 AC_ARG_ENABLE(warnings, 48 AC_HELP_STRING([--enable-warnings],[compile with all gcc warnings [[default=yes]]]),48 [ --enable-warnings[[=value]] compile with all gcc warnings [[default=yes]]], 49 49 with_warnme="no", 50 50 with_warnme="yes") … … 67 67 fi 68 68 69 dnl fail on compilation warnings70 69 AC_ARG_ENABLE(errorfail, 71 AC_HELP_STRING([--enable-errorfail],[fail on compilation warnings [[default=no]]]),70 [ --enable-errorfail[[=value]] fail on compilation warnings [[default=no]]], 72 71 AUBIO_CFLAGS="$AUBIO_CFLAGS -Werror -Wmissing-prototypes -Wmissing-declarations -Wno-unused-parameter", 73 with_errorfail="no") 74 75 dnl add gcov/lcov profiling and coverage flags 76 AC_ARG_ENABLE(lcov, 77 AC_HELP_STRING([--enable-lcov],[compile with gcov/lcov profiling flags [[default=no]]]), 78 AUBIO_CFLAGS="$AUBIO_CFLAGS -fprofile-arcs -ftest-coverage", 79 with_lcov="no") 72 with_warnme="no") 80 73 81 74 dnl Check for libtool
Note: See TracChangeset
for help on using the changeset viewer.