diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ LDFLAGS += -lcomctl32 -luxtheme ifeq ($(BUILD_MODE),debug) CFLAGS += -g else - CFLAGS += -O2 -ld-options,-mwindows + CFLAGS += -O -ld-options,-mwindows endif all: EpisodeBrowser.exe |