From 50234517de78853085e58067209e89ffc4061085 Mon Sep 17 00:00:00 2001 From: Bryan Hoyle Date: Sat, 20 Oct 2012 13:06:53 -0400 Subject: [PATCH] found bug, fixed it --- SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConscript b/SConscript index 76a8ed159..44b72e0a7 100644 --- a/SConscript +++ b/SConscript @@ -138,7 +138,7 @@ else: env.Append(LIBS=['z', 'bz2', 'fftw3f']) env.Append(CPPPATH=['src/', 'data/', 'generated/']) -env.Append(CCFLAGS=['-w', '-std=gnu++0x', '-fkeep-inline-functions']) +env.Append(CCFLAGS=['-w', '-std=c++98', '-fkeep-inline-functions']) env.Append(LIBS=['pthread', 'm']) env.Append(CPPDEFINES=["USE_SDL", "LUACONSOLE", "GRAVFFT", "_GNU_SOURCE", "USE_STDINT", "_POSIX_C_SOURCE=200112L"])