[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"]