aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-04-29 08:47:21 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-04-29 08:47:21 -0400
commitbf3a781ab8ea7c00bf18c960bcb23e72da99bc7b (patch)
tree0adb4cff5da5a4a05356278eb0d5ae4d9b9c6858 /Makefile
parent62df9319f06bb52da8878522117ebe85fc5226b5 (diff)
re-added arenas
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4370fb1..eb38b52 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ ifeq ($(TARGET_OS),win32)
-lSDL2main -lSDL2 -lSDL2_image -lSDL2_mixer -lfreetype
endif
-CXXFLAGS = -g -m$(TARGET_BITS) -std=c++17
+CXXFLAGS = -g -m$(TARGET_BITS) -std=c++1z
CXXINC = -Iinclude -Iinclude/freetype
CXXWARN = -Wall -Wextra -Werror -pedantic-errors