comparison 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
comparison
equal deleted inserted replaced
1598:5e2af89c3467 1599:1fc61c844ec5
68 68
69 endif #PORTABLE 69 endif #PORTABLE
70 endif #Windows 70 endif #Windows
71 71
72 ifdef DEBUG 72 ifdef DEBUG
73 ifeq ($(OS),Darwin)
74 OPT:=-g3 -O0 73 OPT:=-g3 -O0
75 else
76 OPT:=-g3 -Og
77 endif #Darwin
78 else 74 else
79 ifdef NOLTO 75 ifdef NOLTO
80 OPT:=-O2 76 OPT:=-O2
81 else 77 else
82 OPT:=-O2 -flto 78 OPT:=-O2 -flto