From 73349384c2066a2ebb86b5ae5015c31b2d889b41 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sat, 10 Aug 2013 03:04:42 -0700 Subject: [PATCH] Revert "Use '-std=c++0x', it causes the executable to core dump. This reverts commit 2087c2aeb7d75ddbc89b346e8b7c60f7b08bd33e. --- SConstruct | 2 -- 1 file changed, 2 deletions(-) diff --git a/SConstruct b/SConstruct index bf71496f75..0386a050d8 100644 --- a/SConstruct +++ b/SConstruct @@ -190,8 +190,6 @@ env.Append(CXXFLAGS = ['-frtti']) if (int(GCC_VERSION[0]) > 4 or (int(GCC_VERSION[0]) == 4 and int(GCC_VERSION[1]) >= 7)): env.Append(CXXFLAGS = ['-std=c++11']) -elif (int(GCC_VERSION[0]) == 4 and int(GCC_VERSION[1]) == 6): - env.Append(CXXFLAGS = ['-std=c++0x']) # FreeBSD doesn't support O_DSYNC if FreeBSD: