Index: build/gmake/Makefile --- build/gmake/Makefile.orig 2014-04-13 14:10:24.062275000 +0200 +++ build/gmake/Makefile 2014-04-13 14:10:43.192238254 +0200 @@ -85,12 +85,12 @@ # For optimised builds, flags such as "-O2" should be added and -D_DEBUG=1 # disabled. CC= gcc -CFLAGS= -g -pedantic -Wall -I $(INCDIR) +CFLAGS= -I$(INCDIR) # flags only supported with gcc 3.x CFLAGS += -Wunused-parameter OTHERCFLAGS= -OTHERCFLAGS+= -D_DEBUG=1 -D_MSC_VER=1400 +# OTHERCFLAGS+= -D_DEBUG=1 -D_MSC_VER=1400 # OTHERCFLAGS+= -fvisibility=hidden -DTIDY_EXPORT='__attribute__((visibility("default")))' ifdef SUPPORT_UTF16_ENCODINGS CFLAGS += -DSUPPORT_UTF16_ENCODINGS=$(SUPPORT_UTF16_ENCODINGS)