14 lines
374 B
Diff
14 lines
374 B
Diff
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -23,9 +23,7 @@
|
|
|
|
MAINTAINERCLEANFILES= Makefile.in
|
|
|
|
-AM_CFLAGS = -Wall -W -Wredundant-decls -Wshadow -Wstrict-prototypes
|
|
-AM_CFLAGS += -Wmissing-prototypes -Wnested-externs -Wmissing-declarations
|
|
-AM_CFLAGS += -Wcomment -Wbad-function-cast -Wcast-align
|
|
+AM_CFLAGS =
|
|
|
|
## Use -g when in maintainer mode
|
|
if MAINTAINER_MODE
|