aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-06-28 21:32:04 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-06-28 21:32:04 -0400
commita466eb8fd6e5707aaa1bfafa28535b82c67d69d8 (patch)
treece3a09b7b98584b3d42351eae7fd7e183e38b7f8 /Makefile
parent00f633afb62ed6914205639b44dcdaf839a2c2f7 (diff)
chests?, custom controls
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 31899a5..7743e68 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ endif
CXXFLAGS = -g -m$(TARGET_BITS) -std=c++14 -fext-numeric-literals
CXXINC = -Iinclude -Iinclude/freetype
-CXXWARN = -Wall -Wextra -Werror #-pedantic-errors
+CXXWARN = -Wall -Wextra -Werror
CXXSRCDIR = src
CXXOUTDIR = out