diff --git a/imag-counter/Cargo.toml b/imag-counter/Cargo.toml index 138cd5c3..1c7968b7 100644 --- a/imag-counter/Cargo.toml +++ b/imag-counter/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] clap = "2.*" log = "0.3"