From 4359749c8fe08e4166a7af2f8e0e05e7ed8ad247 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Aug 2016 11:58:56 +0200 Subject: Add codegen-units = 2 in ./libimagnotes/Cargo.toml --- libimagnotes/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libimagnotes') diff --git a/libimagnotes/Cargo.toml b/libimagnotes/Cargo.toml index 2964b2bf..6c6401d3 100644 --- a/libimagnotes/Cargo.toml +++ b/libimagnotes/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" log = "0.3" -- cgit v1.2.3