How to pass -fno-sanitize=undefined to zig cc
?
#224
Unanswered
jiacai2050
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Try pass it in |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since
zig cc
pass-fsanitize=undefined -fsanitize-trap=undefined
by default, some project can be built successfully, butwill throw error when running
cargo-zigbuild/src/zig.rs
Line 510 in 871605b
After some research, it seems there is no way to pass
zig cc
options?Beta Was this translation helpful? Give feedback.
All reactions