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:
parent
7ebed7aa3e
commit
61e7f1e614
1 changed files with 0 additions and 1 deletions
|
@ -533,7 +533,6 @@ panic = "unwind"
|
|||
debug-assertions = true
|
||||
incremental = true
|
||||
codegen-units = 64
|
||||
rpath = true
|
||||
#rustflags = [
|
||||
# '--cfg', 'conduit_mods',
|
||||
# '-Ztime-passes',
|
||||
|
|
Loading…
Add table
Reference in a new issue