Commit e4f4705
fix(callgrind/tests): prevent printf inlining in inline tests
Add -D_FORTIFY_SOURCE=0 to inline test CFLAGS to prevent glibc from
providing inline wrappers for printf via stdio2.h. This ensures the
tests only capture the intended inline function calls.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent d54bf14 commit e4f4705
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
0 commit comments