From 7227865bc1ffb16072a14effbfd8633635fc8ff5 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 9 May 2016 16:03:09 -0400 Subject: work on win32 build, removed pedantic --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d742643..929dc66 100644 --- a/Makefile +++ b/Makefile @@ -12,9 +12,9 @@ ifeq ($(TARGET_OS),win32) -lSDL2main -lSDL2 -lSDL2_image -lSDL2_mixer -lfreetype endif -CXXFLAGS = -g -m$(TARGET_BITS) -std=c++1z +CXXFLAGS = -g -m$(TARGET_BITS) -std=c++14 CXXINC = -Iinclude -Iinclude/freetype -CXXWARN = -Wall -Wextra -Werror -pedantic-errors +CXXWARN = -Wall -Wextra -Werror #-pedantic-errors CXXSRCDIR = src CXXOUTDIR = out -- cgit v1.2.3