mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 04:56:41 +02:00
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
735c9d638e
commit
d3fe5eb421
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