We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9abe43d + 85af89b commit 2c1d56dCopy full SHA for 2c1d56d
tool-wrapper.inc
@@ -10,7 +10,7 @@ OPTIONS["unreach_call"]=""
10
OPTIONS["termination"]=""
11
OPTIONS["overflow"]="--signed-overflow-check --no-assertions"
12
OPTIONS["memsafety"]="--pointer-check --memory-leak-check --bounds-check --no-assertions"
13
-OPTIONS["memcleanup"]="--pointer-check --memory-leak-check --bounds-check --no-assertions"
+OPTIONS["memcleanup"]="--pointer-check --memory-leak-check --memory-cleanup-check --bounds-check --no-assertions"
14
15
parse_property_file()
16
{
0 commit comments