18 lines
418 B
TOML
18 lines
418 B
TOML
[build]
|
|
rustflags = [
|
|
#"-C", "target-cpu=native",
|
|
#"-C", "target-cpu=skylake",
|
|
#"-C", "force-frame-pointers=yes",
|
|
#"-C", "force-unwind-tables=yes",
|
|
#"-C", "relocation-model=static",
|
|
#"-C", "embed-bitcode=no",
|
|
#"-C", "inline-threshold=1000",
|
|
#"-Z", "time-passes=yes",
|
|
#"-Z", "time-llvm-passes=yes",
|
|
"--cfg", "tokio_unstable",
|
|
]
|
|
|
|
rustdocflags = [
|
|
#"--cfg", "tokio_unstable"
|
|
]
|