]> git.nega.tv - josh/narcissus/commitdiff
Keep frame pointers by default
authorJoshua Simmons <josh@nega.tv>
Sat, 5 Nov 2022 12:51:29 +0000 (13:51 +0100)
committerJoshua Simmons <josh@nega.tv>
Sat, 5 Nov 2022 12:51:29 +0000 (13:51 +0100)
.cargo/config.toml

index f32cc7d658a04054e0950e7d8cdd12c65e0d90c6..5243f8aa540ba0748fa9e01b31ee6768254b118e 100644 (file)
@@ -1,3 +1,3 @@
 [target.x86_64-unknown-linux-gnu]
 linker = "clang"
-rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold", "-C", "target-cpu=x86-64-v3"]
\ 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