diff options
| author | antlilja <liljaanton2001@gmail.com> | 2024-02-22 15:24:22 +0100 |
|---|---|---|
| committer | antlilja <liljaanton2001@gmail.com> | 2024-02-22 15:24:22 +0100 |
| commit | 92eec8dfec6b02465cdf36cfcc594465623a5c65 (patch) | |
| tree | c86d8b0520204a1fb8502fe329b6c4bfddd19667 /build.zig | |
| parent | 4b215e3a115d172913d4bb993b6b48dc97566181 (diff) | |
| download | zig-92eec8dfec6b02465cdf36cfcc594465623a5c65.tar.gz zig-92eec8dfec6b02465cdf36cfcc594465623a5c65.zip | |
LLVM Builder: Emit type for debug subprogram
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -640,7 +640,7 @@ fn addCompilerStep(b: *std.Build, options: AddCompilerStepOptions) *std.Build.St .root_source_file = .{ .path = "src/main.zig" }, .target = options.target, .optimize = options.optimize, - .max_rss = 7_000_000_000, + .max_rss = 12_000_000_000, .strip = options.strip, .sanitize_thread = options.sanitize_thread, .single_threaded = options.single_threaded, |
