From 74d35a3534a9c2af62c0a86e7f19ae9c0a3fc2fd Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Sun, 23 Apr 2023 13:09:18 +0200 Subject: [PATCH] Revert "build: Enable debug info compression" This reverts commit e915e8e8494a6a8bfb11387259bc67b8dec5fb29. --- .cargo/config.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index efd52fe..5243f8a 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,8 +1,3 @@ [target.x86_64-unknown-linux-gnu] linker = "clang" -rustflags = [ - "-C", "link-arg=-fuse-ld=/usr/bin/mold", - "-C", "link-arg=-Wl,--compress-debug-sections=zstd", - "-C", "target-cpu=x86-64-v3", - "-C", "force-frame-pointers=yes" -] \ No newline at end of file +rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold", "-C", "target-cpu=x86-64-v3", "-C", "force-frame-pointers=yes"] \ No newline at end of file -- 2.49.0