From d82db97978913669865071a5e57eb81faffc5924 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:55 +0200 Subject: [PATCH] Add codegen-units = 2 in ./imag-link/Cargo.toml --- imag-link/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/imag-link/Cargo.toml b/imag-link/Cargo.toml index 45a1705a..6e419ded 100644 --- a/imag-link/Cargo.toml +++ b/imag-link/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] semver = "0.2.1" clap = "2.*"