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:
@@ -533,7 +533,6 @@ panic = "unwind"
|
||||
debug-assertions = true
|
||||
incremental = true
|
||||
codegen-units = 64
|
||||
rpath = true
|
||||
#rustflags = [
|
||||
# '--cfg', 'conduit_mods',
|
||||
# '-Ztime-passes',
|
||||
|
||||
Reference in New Issue
Block a user