aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6ff3eb5..ba1a8a6 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