From 61e7f1e61400418aa636cb9ca93bbe5613cee0b4 Mon Sep 17 00:00:00 2001 From: strawberry Date: Fri, 24 May 2024 11:14:43 -0400 Subject: [PATCH] remove `rpath = true` from dev profile as the rustflags have it needed for hot reloading but rpath being true by default causes linker errors on lld because of the sad rpath bug Signed-off-by: strawberry --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7c7922e..ea7f7da2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -533,7 +533,6 @@ panic = "unwind" debug-assertions = true incremental = true codegen-units = 64 -rpath = true #rustflags = [ # '--cfg', 'conduit_mods', # '-Ztime-passes',