diff --git a/.cargo/config b/.cargo/config index 71e6f33f9e910..b0a08841a3de4 100644 --- a/.cargo/config +++ b/.cargo/config @@ -11,4 +11,4 @@ xclippy = [ xlint = "run --package x --bin x -- lint" [build] -rustflags = ["-C", "force-frame-pointers=yes"] +rustflags = ["-C", "force-frame-pointers=yes", "-C", "force-unwind-tables=yes"]