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 <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-24 11:14:43 -04:00
parent 735c9d638e
commit d3fe5eb421

View file

@ -533,7 +533,6 @@ panic = "unwind"
debug-assertions = true
incremental = true
codegen-units = 64
rpath = true
#rustflags = [
# '--cfg', 'conduit_mods',
# '-Ztime-passes',