diff --git a/.cargo/config.toml b/.cargo/config.toml index 3fecc2f5a8..cbb05c995b 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -23,10 +23,13 @@ lto = true panic = 'abort' codegen-units = 1 incremental = false - -[build] rustflags = [ - "--cfg", "tokio_unstable", "-C", "relocation-model=pic", "-C", "strip=debuginfo" ] + + +[build] +rustflags = [ + "--cfg", "tokio_unstable" +]