From 7df9b777075d75034bd73c905347ac0e7b77e0be 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-ref/Cargo.toml --- imag-ref/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/imag-ref/Cargo.toml b/imag-ref/Cargo.toml index 9e2da2ba..07472dd7 100644 --- a/imag-ref/Cargo.toml +++ b/imag-ref/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.*"