summaryrefslogtreecommitdiffstats
path: root/libimagrt
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-08-23 11:58:56 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-10-24 13:52:50 +0200
commitd6ec94282d8af623302e51fca78389500730adc7 (patch)
treeb4141dc8c9fbaf9f100537b8e30bd11583f0165e /libimagrt
parent0d710cc223a4eb2426188b8793466a96d25dbd9a (diff)
Add codegen-units = 2 in ./libimagrt/Cargo.toml
Diffstat (limited to 'libimagrt')
-rw-r--r--libimagrt/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/libimagrt/Cargo.toml b/libimagrt/Cargo.toml
index 575081cd..703e09a5 100644
--- a/libimagrt/Cargo.toml
+++ b/libimagrt/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]
clap = "2.*"
env_logger = "0.3"