diff options
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 |