Blob Blame History Raw
diff --git a/SConstruct b/SConstruct
index 7e02af7..224f1f8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1069,11 +1069,6 @@ if platform in ['linux']:
     env.AppendUnique(LIBS=['rt', 'dl', 'm'])
 
 if compiler in ['gcc', 'clang']:
-    if not platform in ['android']:
-        env.Append(CXXFLAGS=[
-            '-std=c++98',
-        ])
-
     env.Append(CXXFLAGS=[
         '-fno-exceptions',
     ])