From 475966853e1ecca59f51c030dd579b4dff1daaf9 Mon Sep 17 00:00:00 2001 From: Tim Warren Date: Fri, 29 May 2015 09:35:28 -0400 Subject: [PATCH] Makefile tweak --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 42dda60..0e1ffda 100644 --- a/Makefile +++ b/Makefile @@ -50,12 +50,7 @@ ifeq ($(OS),Windows_NT) endif ifeq ($(OS),Linux) - CXX += -std=c++11 -endif - -# Travis CI workaround -ifeq ($(CI),true) - CXX += -std=gnu++11 + CXX += -std=c++11 endif CXX += -Iinclude -I. -I/usr/local/include