We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5576f commit 8c84a9dCopy full SHA for 8c84a9d
configuration/builders/sequences/sanitizers.py
@@ -221,6 +221,7 @@ def msan(
221
if isDebugBuildType:
222
flags.append(CMakeOption(CMAKE.BUILD_TYPE, BuildType.DEBUG))
223
flags.append(CMakeOption(WITH.DBUG_TRACE, False))
224
+ flags.append(CMakeOption(PLUGIN.PERFSCHEMA_FEATURE, False))
225
226
sequence.add_step(
227
InContainer(
0 commit comments