diff --git a/Cargo.toml b/Cargo.toml index 8c3ee6717..76e3ae51a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,3 +18,4 @@ split-debuginfo = "unpacked" [profile.release] lto = "thin" +# debug = true diff --git a/flake.nix b/flake.nix index 317b6d3fc..0d22c5c1a 100644 --- a/flake.nix +++ b/flake.nix @@ -76,7 +76,7 @@ env = prev.env ++ [ { name = "HELIX_RUNTIME"; eval = "$PWD/runtime"; } { name = "RUST_BACKTRACE"; value = "1"; } - { name = "RUSTFLAGS"; value = "-C link-arg=-fuse-ld=lld -C target-cpu=native"; } + { name = "RUSTFLAGS"; value = "-C link-arg=-fuse-ld=lld -C target-cpu=native -Clink-arg=-Wl,--no-rosegment"; } ]; }; };