Compare commits
No commits in common. "e5f5f0e8cd3a9b7a1d55fc2dd4ec4341171d13e1" and "065fc2c83847771e5a0692108c03b704c76ff94f" have entirely different histories.
e5f5f0e8cd
...
065fc2c838
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,7 +1,4 @@
|
||||||
.cache
|
.cache
|
||||||
zig-cache
|
zig-cache
|
||||||
src/codegen/models/*.zig
|
codegen/models/*.zig
|
||||||
src/codegen/codegen
|
codegen/codegen
|
||||||
*.tgz
|
|
||||||
service_manifest.zig
|
|
||||||
demo
|
|
||||||
|
|
|
@ -38,14 +38,7 @@ pub fn build(b: *Builder) void {
|
||||||
// "-static",
|
// "-static",
|
||||||
// "--strip",
|
// "--strip",
|
||||||
// });
|
// });
|
||||||
//
|
|
||||||
// To compile on stock 0.8.0, comment this line of code, or use the Makefile
|
|
||||||
// See https://github.com/ziglang/zig/pull/8248
|
|
||||||
//
|
|
||||||
// On a musl-based x86_64 system, this pre-compiled zig can be used:
|
|
||||||
// https://github.com/elerch/zig/releases/download/0.8.0/zig-0.8.0-static-support-musl-libz.tgz
|
|
||||||
exe.is_static = true;
|
exe.is_static = true;
|
||||||
|
|
||||||
exe.strip = true;
|
exe.strip = true;
|
||||||
exe.install();
|
exe.install();
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user