summaryrefslogtreecommitdiff
path: root/frontends/cocoa/Makefile.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/cocoa/Makefile.defaults')
-rw-r--r--frontends/cocoa/Makefile.defaults2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontends/cocoa/Makefile.defaults b/frontends/cocoa/Makefile.defaults
index 8f5792b0a..49e570c47 100644
--- a/frontends/cocoa/Makefile.defaults
+++ b/frontends/cocoa/Makefile.defaults
@@ -26,5 +26,3 @@ NETSURF_USE_IMAGEIO := YES
MACOSX_VERSION := $(shell sw_vers -productVersion | awk -F '.' '{print $$1 "." $$2}')
-# Optimisation levels
-CFLAGS += -O2