]> git.pond.sub.org Git - empserver/blobdiff - Make.mk
configure: Test compiler flags
[empserver] / Make.mk
diff --git a/Make.mk b/Make.mk
index 3468f54b579a4363da6ae8156b12f19cad296d1b..b535e9db0faab26725630b6533c0d5e9014f4e26 100644 (file)
--- a/Make.mk
+++ b/Make.mk
@@ -169,13 +169,6 @@ CPPFLAGS += -I$(srcdir)/include -I.
 ifeq ($(empthread),Windows)    # really: W32, regardless of thread package
 CPPFLAGS += -I$(srcdir)/src/lib/w32
 endif
-ifeq ($(have_gcc),yes)
-CFLAGS += -fno-builtin-carg    # conflicts with our carg()
-CFLAGS += -fno-common
-CFLAGS += -Wall -W -Wno-unused-parameter -Wpointer-arith       \
--Wstrict-prototypes -Wmissing-prototypes -Wnested-externs      \
--Wredundant-decls
-endif
 $(client): LDLIBS := $(LIBS_client)
 $(server): LDLIBS := $(LIBS_server)