We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902382e commit 75f4c82Copy full SHA for 75f4c82
ChangeLog.md
@@ -4,6 +4,7 @@ Change log
4
1.3.1 - 20/06/2025
5
------------------
6
7
+ - Add python:hideImports option to group the imports in a single target not to look them (enabled by default).
8
- Document tools:nm & tools:nmMaxSize.
9
- By default disable nm usage on profile python-only & python-default.
10
- Fix mistake which make the embeded google test installed with MALT.
src/libinstrum/common/tests/TestOptions.cpp
@@ -43,7 +43,8 @@ const char cstJson[] = "\
43
\"stack\":\"enter-exit\",\n\
44
\"obj\":true,\n\
45
\"mem\":true,\n\
46
- \"raw\":true\n\
+ \"raw\":true,\n\
47
+ \"hideImports\":true\n\
48
},\n\
49
\"output\":{\n\
50
\"callgrind\":false,\n\
0 commit comments