From 3cb718f754fa7136e280ffeff1a94463d456cfbe 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 ./bin/Cargo.toml --- bin/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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"