Compare commits

..

No commits in common. "e5f5f0e8cd3a9b7a1d55fc2dd4ec4341171d13e1" and "065fc2c83847771e5a0692108c03b704c76ff94f" have entirely different histories.

279 changed files with 267 additions and 193 deletions

7
.gitignore vendored
View File

@ -1,7 +1,4 @@
.cache
zig-cache
src/codegen/models/*.zig
src/codegen/codegen
*.tgz
service_manifest.zig
demo
codegen/models/*.zig
codegen/codegen

View File

@ -38,14 +38,7 @@ pub fn build(b: *Builder) void {
// "-static",
// "--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.strip = true;
exe.install();

Some files were not shown because too many files have changed in this diff Show More