diff options
author | John Ankarström <john@ankarstrom.se> | 2022-03-06 22:37:19 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-03-06 22:37:19 +0100 |
commit | 06de1a12afaa2d3f4940290f87604eea9031c86d (patch) | |
tree | 685d64eb0036cdc5535dfcc374ed12b1a4b78d13 /Makefile | |
parent | 23df5644c2ce8209a8387257f8d6942736008663 (diff) | |
download | EpisodeBrowser-06de1a12afaa2d3f4940290f87604eea9031c86d.tar.gz |
Update data for all episodes at once.
Previously, a remote request would be made once per episode.
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 |