Add codegen-units = 2 in ./libimagstorestdhook/Cargo.toml

This commit is contained in:
Matthias Beyer 2016-08-23 11:58:56 +02:00
parent 2244981151
commit b0dab88f96
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h
repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
[profile.dev]
codegen-units = 2
[dependencies]
toml = "0.2.*"
log = "0.3"