mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 16:02:28 +00:00
Cargo config improvements (#775)
* Move cargo config to correct location * Add --no-rosegment to build params. This helps with stack traces, and is necessary for some profilers.
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
[build]
|
||||
rustflags = ["--cfg", "tokio_unstable", "-C", "link-arg=-fuse-ld=lld"]
|
||||
incremental = true
|
||||
@@ -0,0 +1,10 @@
|
||||
[build]
|
||||
rustflags = [
|
||||
"--cfg",
|
||||
"tokio_unstable",
|
||||
"-C",
|
||||
"link-arg=-fuse-ld=lld",
|
||||
"-Clink-arg=-Wl,--no-rosegment",
|
||||
]
|
||||
incremental = true
|
||||
|
||||
Reference in New Issue
Block a user