Change -O3 to -O2

This commit is contained in:
twinaphex
2017-07-02 06:21:27 +02:00
parent a43a00bca4
commit 07853b44f8

View File

@@ -328,7 +328,7 @@ endif
ifeq ($(DEBUG), 1)
CFLAGS += -O0 -g -DDEBUG
else
CFLAGS += -O3 -DNDEBUG
CFLAGS += -O2 -DNDEBUG
endif
ifeq ($(EXTERNAL_ZLIB), 1)