disable setting cache-root
This commit is contained in:
parent
5a20cbd11b
commit
e0c8cb32a5
|
|
@ -168,8 +168,6 @@ pub fn build(b: *Builder) !void {
|
|||
// between Debug, ReleaseSafe, ReleaseFast, and ReleaseSmall.
|
||||
const mode = b.standardReleaseOptions();
|
||||
|
||||
b.cache_root = "zig-cache";
|
||||
|
||||
const files = try findFiles(ktarget);
|
||||
|
||||
const cflags = [_][]const u8{"-Wall", "-Wextra", "-pedantic", "-std=gnu11", "-I../ext", "-Isrc", "-fPIE", "-mno-red-zone"};
|
||||
|
|
|
|||
Loading…
Reference in New Issue