Changeset f43867f
- Timestamp:
- Sep 30, 2006, 4:03:36 AM (18 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 53efdb3
- Parents:
- 961c39c3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r961c39c3 rf43867f 44 44 45 45 dnl Enable full warnings (yes) 46 AC_ARG_ENABLE(warn me,47 [ --enable-warn me[[=value]] compile with all -W[[default=yes]]],46 AC_ARG_ENABLE(warnings, 47 [ --enable-warnings[[=value]] compile with all gcc warnings [[default=yes]]], 48 48 with_warnme="no", 49 49 with_warnme="yes") … … 66 66 fi 67 67 68 AC_ARG_ENABLE( failonerror,69 [ --enable- fwarn[[=value]] fail on compilation warnings [[default=yes]]],70 with_warnme="no",71 AUBIO_CFLAGS="$AUBIO_CFLAGS -Werror -Wmissing-prototypes -Wmissing-declarations -Wno-unused-parameter")68 AC_ARG_ENABLE(errorfail, 69 [ --enable-errorfail[[=value]] fail on compilation warnings [[default=no]]], 70 AUBIO_CFLAGS="$AUBIO_CFLAGS -Werror -Wmissing-prototypes -Wmissing-declarations -Wno-unused-parameter", 71 with_warnme="no") 72 72 73 73 dnl Check for libtool
Note: See TracChangeset
for help on using the changeset viewer.