From d4b4c6d814940d9178284e0af69f574fdce77da0 Mon Sep 17 00:00:00 2001 From: mitchell Date: Fri, 3 Jan 2020 17:58:39 -0500 Subject: Fixed a stray gnu++0x that crept in in recent makefile backports. --- win32/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/makefile b/win32/makefile index b49d470d2..bb105c60c 100644 --- a/win32/makefile +++ b/win32/makefile @@ -63,7 +63,7 @@ ifndef DEBUG STRIPFLAG=$(STRIPOPTION) endif -CXX_BASE_FLAGS =--std=gnu++0x $(BASE_FLAGS) +CXX_BASE_FLAGS =--std=c++11 $(BASE_FLAGS) CXX_ALL_FLAGS =$(DEFINES) $(INCLUDES) $(CXX_BASE_FLAGS) all: $(COMPONENT) $(LEXCOMPONENT) $(LIBSCI) -- cgit v1.2.3