Switch back to specifying build type on CLI
This commit is contained in:
parent
14affd5c79
commit
f6a6cb63b1
|
|
@ -200,8 +200,8 @@ pub fn build(b: *Builder) !void {
|
||||||
|
|
||||||
// Standard release options allow the person running `zig build` to select
|
// Standard release options allow the person running `zig build` to select
|
||||||
// between Debug, ReleaseSafe, ReleaseFast, and ReleaseSmall.
|
// between Debug, ReleaseSafe, ReleaseFast, and ReleaseSmall.
|
||||||
// const mode = b.standardReleaseOptions();
|
const mode = b.standardReleaseOptions();
|
||||||
const mode = .ReleaseFast;
|
// const mode = .ReleaseSmall;
|
||||||
|
|
||||||
const files = try findFiles(ktarget);
|
const files = try findFiles(ktarget);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue