Commit 71b4a19
fix(fspy_test_bin): force static linking for seccomp test binary
The global -crt-static flag (for dynamic musl linking) would make
fspy_test_bin dynamically linked, but it must remain static so fspy can
test its seccomp-based tracing path for static executables. Pass
-static to the linker via build.rs to override the global flag.
https://claude.ai/code/session_01R3RoGqPDBRtNa2NRg3SeBM1 parent 8445f49 commit 71b4a19
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments