summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/map-editor/Makefile')
-rw-r--r--src/map-editor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map-editor/Makefile b/src/map-editor/Makefile
index 3b58a08..737be75 100644
--- a/src/map-editor/Makefile
+++ b/src/map-editor/Makefile
@@ -5,7 +5,7 @@ SRC_DIR ?= src
WWW_DIR ?= www
WWW_SCRIPT_DIR ?= $(WWW_DIR)/script
-ELM_CC ?= elm-make --warn
+ELM_CC ?= elm make --optimize
MAIN_MODULE ?= $(SRC_DIR)/Main.elm