]> git.nega.tv - josh/narcissus/commitdiff
Revert "build: Enable debug info compression"
authorJoshua Simmons <josh@nega.tv>
Sun, 23 Apr 2023 11:09:18 +0000 (13:09 +0200)
committerJoshua Simmons <josh@nega.tv>
Mon, 29 May 2023 07:13:59 +0000 (09:13 +0200)
This reverts commit e915e8e8494a6a8bfb11387259bc67b8dec5fb29.

.cargo/config.toml

index efd52feaf453fee3db72e2c93b3339e3072a0a7c..5243f8aa540ba0748fa9e01b31ee6768254b118e 100644 (file)
@@ -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