diff --git a/libimagrt/Cargo.toml b/libimagrt/Cargo.toml index 575081cd..703e09a5 100644 --- a/libimagrt/Cargo.toml +++ b/libimagrt/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.*" env_logger = "0.3"