diff --git a/imag-link/Cargo.toml b/imag-link/Cargo.toml index 45a1705a..6e419ded 100644 --- a/imag-link/Cargo.toml +++ b/imag-link/Cargo.toml @@ -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.*"