Remove redundant strip
This commit is contained in:
parent
41e93e96c0
commit
135d7ef047
@ -225,7 +225,6 @@ pub fn build(b: *std.build.Builder) !void {
|
|||||||
exe.addIncludePath("test/quirks");
|
exe.addIncludePath("test/quirks");
|
||||||
const full_path = try fmt.allocPrint(allocator, "{s}/{s}", .{ test_path, entry.path });
|
const full_path = try fmt.allocPrint(allocator, "{s}/{s}", .{ test_path, entry.path });
|
||||||
exe.addCSourceFiles(&.{full_path}, &.{});
|
exe.addCSourceFiles(&.{full_path}, &.{});
|
||||||
exe.strip = true;
|
|
||||||
|
|
||||||
if (enable_benchmarks) {
|
if (enable_benchmarks) {
|
||||||
exe.defineCMacro("BENCHMARKS", "1");
|
exe.defineCMacro("BENCHMARKS", "1");
|
||||||
|
Loading…
Reference in New Issue
Block a user