From 1e5e7295ac519582beeda4fb42c38c0dd4bb8d8e Mon Sep 17 00:00:00 2001
From: Matthias Beyer <mail@beyermatthias.de>
Date: Tue, 23 Aug 2016 11:58:56 +0200
Subject: [PATCH] Add codegen-units = 2 in ./imag-notes/Cargo.toml

---
 imag-notes/Cargo.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/imag-notes/Cargo.toml b/imag-notes/Cargo.toml
index e3074ba3..67d05df3 100644
--- a/imag-notes/Cargo.toml
+++ b/imag-notes/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.*"