acd699849c
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@39834 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
341 B
Diff
12 lines
341 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -28,8 +28,6 @@ AC_CONFIG_FILES([Makefile
|
|
modules/Makefile
|
|
src/Makefile])
|
|
|
|
-CFLAGS="-pedantic -Wall -O2"
|
|
-
|
|
# Enabling/disabling asserts and debugging
|
|
AC_MSG_CHECKING(whether to enable debugging)
|
|
AC_ARG_ENABLE(debug, [ --enable-debug=[no/yes] turn on debugging
|