From b76b4be925db05eedc0709d147b6e59e89b5e2b3 Mon Sep 17 00:00:00 2001 From: theraven Date: Thu, 14 Apr 2011 08:38:55 +0000 Subject: [PATCH] Disable selector type mismatch warnings, for the release. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index fb67e66..cab4f64 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -81,7 +81,7 @@ endif # If we're doing a release build, don't tell people that the code that they're # using is rubbish - they complain. -#CPPFLAGS += -DNO_SELECTOR_MISMATCH_WARNINGS +CPPFLAGS += -DNO_SELECTOR_MISMATCH_WARNINGS libobjc_CFLAGS += -O3