diff --git a/Makefile b/Makefile index 6ff3eb56..ba1a8a65 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,10 @@ include config.mak CFLAGS+=-g -Wall +ifeq ($(ARCH),x86-64) +CFLAGS+=-Wno-pointer-sign +endif + ifndef CONFIG_WIN32 LIBS=-lm ifndef CONFIG_NOLDL