Remove redundant strip

This commit is contained in:
Frank Denis 2023-02-16 22:00:36 +01:00
parent 41e93e96c0
commit 135d7ef047

View File

@ -225,7 +225,6 @@ pub fn build(b: *std.build.Builder) !void {
exe.addIncludePath("test/quirks");
const full_path = try fmt.allocPrint(allocator, "{s}/{s}", .{ test_path, entry.path });
exe.addCSourceFiles(&.{full_path}, &.{});
exe.strip = true;
if (enable_benchmarks) {
exe.defineCMacro("BENCHMARKS", "1");