forked from ziglang/zig-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build.bat updates for compatibility with the llvm16 update
- add -fno-stack-protector arg to get around missing __stack_chk_guard/__stack_chk_fail symbols when using zig cc - set ZIG_LIB_DIR so installation can be found during zig c - add -DLLVM_INCLUDE_UTILS=OFF - reorder cmake args in build.bat to match build for easier diffing - support building on x86 (however zig2 runs out of memory)
- Loading branch information
Showing
3 changed files
with
37 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
out/ | ||
out-win/ | ||
out-win-x86/ | ||
zig-cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters