Add codegen-units = 2 in ./imag-link/Cargo.toml

This commit is contained in:
Matthias Beyer 2016-08-23 11:58:55 +02:00
parent 7df9b77707
commit d82db97978

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]
semver = "0.2.1"
clap = "2.*"