roc-toolkit/roc-toolkit-0.1.5-no-explic...

17 lines
414 B
Diff

diff --git a/SConstruct b/SConstruct
index 7e02af7..224f1f8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1069,11 +1069,6 @@ if platform in ['linux']:
env.AddPkgConfigLibs(['log', 'android'])
if meta.compiler in ['gcc', 'clang']:
- if not meta.platform in ['android']:
- env.Append(CXXFLAGS=[
- '-std=c++98',
- ])
-
env.Append(CXXFLAGS=[
'-fno-exceptions',
])