summaryrefslogtreecommitdiff
path: root/scripts/Util.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Util.py')
-rw-r--r--scripts/Util.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Util.py b/scripts/Util.py
index e64b6b98f0a..a9d24326960 100644
--- a/scripts/Util.py
+++ b/scripts/Util.py
@@ -3187,6 +3187,9 @@ class CppMapping(Mapping):
def __init__(self, options=[]):
Mapping.Config.__init__(self, options)
+ # if self.buildConfig == platform.getDefaultBuildConfig():
+ # self.buildConfig = "cpp98-shared"
+
# Derive from the build config the cpp11 option. This is used by canRun to allow filtering
# tests on the cpp11 value in the testcase options specification
self.cpp11 = self.buildConfig.lower().find("cpp11") >= 0