disable setting cache-root

This commit is contained in:
Quinten Kock 2020-12-18 20:56:16 +01:00
parent 5a20cbd11b
commit e0c8cb32a5
1 changed files with 0 additions and 2 deletions

View File

@ -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"};