summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile_tiles.mgw
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-31 12:57:58 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-31 12:57:58 +0000
commitcc44e2883161109ed1458e2de052ad080fa9fb8e (patch)
treec43caa2b618ce35b633c67b977cee67a8ec8eb04 /crawl-ref/source/makefile_tiles.mgw
parent040dee48c275c51851e3d91cb6cdc0e4ec7a439b (diff)
downloadcrawl-ref-cc44e2883161109ed1458e2de052ad080fa9fb8e.tar.gz
crawl-ref-cc44e2883161109ed1458e2de052ad080fa9fb8e.zip
Add -O2 to the MinGW makefiles.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3978 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makefile_tiles.mgw')
-rw-r--r--crawl-ref/source/makefile_tiles.mgw1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile_tiles.mgw b/crawl-ref/source/makefile_tiles.mgw
index 140dbd0630..9f734c0519 100644
--- a/crawl-ref/source/makefile_tiles.mgw
+++ b/crawl-ref/source/makefile_tiles.mgw
@@ -46,6 +46,7 @@ CFWARN := -Wall -Wwrite-strings \
CFOTHERS := -fsigned-char \
-fstrict-aliasing \
-pedantic \
+ -O2 \
-D$(OS_TYPE) $(EXTRA_FLAGS) \
-DWINMM_PLAY_SOUNDS -DCLUA_BINDINGS \
-DUSE_TILE -DWINVER=0x0400 -D_WIN32_IE=0x0400