diff --git a/libimagtimeui/Cargo.toml b/libimagtimeui/Cargo.toml index e679a175..a945fd7c 100644 --- a/libimagtimeui/Cargo.toml +++ b/libimagtimeui/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.*" lazy_static = "0.1"