diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 7609d6e7..62d5aa29 100644 --- a/bin/Cargo.toml +++ b/bin/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] version = "2.0" walkdir = "0.1.5"