summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2018-07-27 22:40:56 -0700
committerMichael Pavone <pavone@retrodev.com>2018-07-27 22:40:56 -0700
commit9938fca108d181de940ffc004aca78715fbce8f2 (patch)
tree3bc1bd7f3dc016e1b73b9160598c8849a9edcdf2 /Makefile
parent82e01c428d71a80bc2547a41664f8dbe5a1d2270 (diff)
Allow selecting controller type when controllers have an SDL 2 mapping, but heuristics fail to idenify details
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