diff --git a/libimagentrylink/Cargo.toml b/libimagentrylink/Cargo.toml index 810ec2d9..45dc33fe 100644 --- a/libimagentrylink/Cargo.toml +++ b/libimagentrylink/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] itertools = "0.4" log = "0.3"