diff --git a/Make.mk b/Make.mk index 320d918c..5ba53de3 100644 --- a/Make.mk +++ b/Make.mk @@ -125,6 +125,7 @@ bld_distgen := $(mk) # Compiler flags CPPFLAGS += -I$(srcdir)/include -I. ifeq ($(have_gcc),yes) +CFLAGS += -fno-builtin-carg # conflicts with our carg() CFLAGS += -fno-common CFLAGS += -Wall -W -Wno-unused -Wpointer-arith -Wstrict-prototypes \ -Wmissing-prototypes -Wnested-externs -Wredundant-decls