summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-05-01 15:32:11 +0100
committerVincent Sanders <vince@kyllikki.org>2014-05-01 15:32:11 +0100
commiteb50845af446e1af0553f82631651ad2a57ad967 (patch)
tree021da9ffa35be1f277dfad0690ad49162cecc48b /Makefile
parent29c0b034d9f7458fd740e606c5c7cbfb283e639b (diff)
downloadnetsurf-all-eb50845af446e1af0553f82631651ad2a57ad967.tar.gz
netsurf-all-eb50845af446e1af0553f82631651ad2a57ad967.tar.bz2
try removing warnings as errors from release build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 354bb56..11a2e1c 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ else
else
ifeq ($(TARGET),cocoa)
NSLIB_TARG := $(NSLIB_ALL_TARG)
- export CFLAGS := -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5
+ export CFLAGS := -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -Wno-error
else
NSLIB_TARG := $(NSLIB_ALL_TARG)
NSHOST_TARG := $(NSGENBIND_TARG)