From 633657b7bdbe049552b5b234ad3aa1ec53bb584f Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Sat, 5 Nov 2022 13:51:29 +0100 Subject: [PATCH] Keep frame pointers by default --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index f32cc7d..5243f8a 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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 -- 2.49.0