mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-18 18:24:00 +01:00
strip vinput in release mode
This commit is contained in:
parent
b08b1e3e5c
commit
922c4d06bd
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ pub fn build(b: *std.build.Builder) void {
|
||||||
exe.linkLibC();
|
exe.linkLibC();
|
||||||
exe.linkSystemLibrary("x11");
|
exe.linkSystemLibrary("x11");
|
||||||
|
|
||||||
|
exe.strip = mode != .Debug;
|
||||||
|
|
||||||
exe.install();
|
exe.install();
|
||||||
|
|
||||||
const run_cmd = exe.run();
|
const run_cmd = exe.run();
|
||||||
|
|
Loading…
Reference in a new issue