diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-07-27 22:40:56 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-07-27 22:40:56 -0700 |
commit | 9938fca108d181de940ffc004aca78715fbce8f2 (patch) | |
tree | 3bc1bd7f3dc016e1b73b9160598c8849a9edcdf2 /Makefile | |
parent | 82e01c428d71a80bc2547a41664f8dbe5a1d2270 (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-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |