diff Makefile @ 1599:1fc61c844ec5

Allow selecting controller type when controllers have an SDL 2 mapping, but heuristics fail to idenify details
author Michael Pavone <pavone@retrodev.com>
date Fri, 27 Jul 2018 22:40:56 -0700
parents 437e80a700aa
children c206a422d466
line wrap: on
line diff
--- a/Makefile	Wed Jul 25 09:38:40 2018 -0700
+++ b/Makefile	Fri Jul 27 22:40:56 2018 -0700
@@ -70,12 +70,8 @@
 endif #Windows
 
 ifdef DEBUG
-ifeq ($(OS),Darwin)
 OPT:=-g3 -O0
 else
-OPT:=-g3 -Og
-endif #Darwin
-else
 ifdef NOLTO
 OPT:=-O2
 else