diff --git a/Makefile.libretro b/Makefile.libretro index 0ec47b3..ae3d7ec 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -328,7 +328,7 @@ endif ifeq ($(DEBUG), 1) CFLAGS += -O0 -g -DDEBUG else - CFLAGS += -O3 -DNDEBUG + CFLAGS += -O2 -DNDEBUG endif ifeq ($(EXTERNAL_ZLIB), 1)