Commit f0bcf4a
fix(callgrind/tests): use -fno-builtin-printf to prevent printf inlining
Replace -D_FORTIFY_SOURCE=0 with -fno-builtin-printf to prevent the
compiler from treating printf as a builtin function that can be inlined.
This ensures the inline tests only capture the intended inline function
calls without printf appearing in the callgrind output.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e4f4705 commit f0bcf4a
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
0 commit comments