From 9938fca108d181de940ffc004aca78715fbce8f2 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 27 Jul 2018 22:40:56 -0700 Subject: Allow selecting controller type when controllers have an SDL 2 mapping, but heuristics fail to idenify details --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3