summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 58dbf59..b3c6fa5 100644
--- a/Makefile
+++ b/Makefile
@@ -70,12 +70,8 @@ endif #PORTABLE
endif #Windows
ifdef DEBUG
-ifeq ($(OS),Darwin)
OPT:=-g3 -O0
else
-OPT:=-g3 -Og
-endif #Darwin
-else
ifdef NOLTO
OPT:=-O2
else