mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 00:08:56 +00:00
work around stage1 invalid LLVM IR
This commit is contained in:
parent
503ba7b27c
commit
71687b30a2
@ -725,8 +725,10 @@ pub fn buildOutputType(
|
||||
}
|
||||
}
|
||||
|
||||
if (want_sanitize_c == true and build_mode == .ReleaseFast) {
|
||||
build_mode = .ReleaseSafe;
|
||||
if (want_sanitize_c) |wsc| {
|
||||
if (wsc and build_mode == .ReleaseFast) {
|
||||
build_mode = .ReleaseSafe;
|
||||
}
|
||||
}
|
||||
|
||||
if (only_pp_or_asm) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user