Skip to content

Commit

Permalink
Strip the zig-builder binary for reproducibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbarsky committed Oct 6, 2023
1 parent ca8b93a commit dab6a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolchain/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def _zig_repository_impl(repository_ctx):
compile_cmd = [
_paths_join("..", "zig"),
"build-exe",
"fstrip",
"-mcpu={}".format(_MCPU[host_platform]),
"-OReleaseSafe",
"zig-wrapper.zig",
Expand Down

0 comments on commit dab6a8e

Please sign in to comment.