aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-01-13 10:42:55 -0500
committerClyne Sullivan <tullivan99@gmail.com>2017-01-13 10:42:55 -0500
commitf91e95eed85bdd74b219b20a435fa6f297069da1 (patch)
treebb22c40e618932c3aaef5b8d62e7305d4895a998 /Makefile
parent620311fb15953984c2fe37917d678f9b3aaa00b6 (diff)
vector2 stuff, other things
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f8d7511..471a11a 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ endif
CXXFLAGS = -ggdb -m$(TARGET_BITS) -std=c++14 -fext-numeric-literals
CXXINC = -Iinclude -Iinclude/freetype -I.
-CXXWARN = -Wall -Wextra #-Werror -pedantic
+CXXWARN = -Wall -Wextra -Werror -pedantic
CXXSRCDIR = src
CXXOUTDIR = out
@@ -56,4 +56,4 @@ $(CXXOUTDIR)/%.o: $(CXXSRCDIR)/%.cpp
$(CXXOUTDIR)/%.o: $(CXXSRCDIR)/%.cc
@echo " CXX " $<
- @$(CXX) $(CXXFLAGS) $(CXXINC) $(CXXWARN) $(LIBS) -c $< -o $@ \ No newline at end of file
+ @$(CXX) $(CXXFLAGS) $(CXXINC) $(CXXWARN) $(LIBS) -c $< -o $@