Skip to content

Commit 8c84a9d

Browse files
committed
MSAN+ Debug - disable perf schema
1 parent 0d5576f commit 8c84a9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configuration/builders/sequences/sanitizers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ def msan(
221221
if isDebugBuildType:
222222
flags.append(CMakeOption(CMAKE.BUILD_TYPE, BuildType.DEBUG))
223223
flags.append(CMakeOption(WITH.DBUG_TRACE, False))
224+
flags.append(CMakeOption(PLUGIN.PERFSCHEMA_FEATURE, False))
224225

225226
sequence.add_step(
226227
InContainer(

0 commit comments

Comments
 (0)