-
-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Description
Since zig cc pass -fsanitize=undefined -fsanitize-trap=undefined by default, some project can be built successfully, but
will throw error when running
$ ./target/debug/foo
Illegal instructionLine 510 in 871605b
| if let Ok(mut options) = Self::collect_zig_cc_options(&zig_wrapper, raw_target) { |
After some research, it seems there is no way to pass zig cc options?
Metadata
Metadata
Assignees
Labels
No labels