Add codegen-units = 2 in ./libimagtimeui/Cargo.toml
This commit is contained in:
parent
d6ec94282d
commit
e9948b42bd
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h
|
||||||
repository = "https://github.com/matthiasbeyer/imag"
|
repository = "https://github.com/matthiasbeyer/imag"
|
||||||
homepage = "http://imag-pim.org"
|
homepage = "http://imag-pim.org"
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
codegen-units = 2
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.*"
|
clap = "2.*"
|
||||||
lazy_static = "0.1"
|
lazy_static = "0.1"
|
||||||
|
|
Loading…
Reference in a new issue