From 7faf372d6555e95b92108ed724064c22cf7a08fc Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: [PATCH] Add codegen-units = 2 in ./libimagutil/Cargo.toml --- libimagutil/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libimagutil/Cargo.toml b/libimagutil/Cargo.toml index 2088c989..6be18c2c 100644 --- a/libimagutil/Cargo.toml +++ b/libimagutil/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] url = "1.1" boolinator = "2.4.0"