eb4d05a520
rebased all my commits and squashed them down to one
10 lines
377 B
TOML
10 lines
377 B
TOML
[build]
|
|
rustflags = [
|
|
# potentially faster. https://nnethercote.github.io/perf-book/build-configuration.html
|
|
# TODO: we might want to disable this so its easier to run the proxy across different aws instance types
|
|
"-C", "target-cpu=native",
|
|
# tokio unstable is needed for tokio-console
|
|
"--cfg", "tokio_unstable"
|
|
]
|
|
rustdocflags = ["--cfg", "tokio_unstable"]
|