diff --git a/libimagstorestdhook/Cargo.toml b/libimagstorestdhook/Cargo.toml index b7022971..bf667a54 100644 --- a/libimagstorestdhook/Cargo.toml +++ b/libimagstorestdhook/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] toml = "0.2.*" log = "0.3"