summaryrefslogtreecommitdiffstats
path: root/libimagtimeui
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:53:02 +0200
commite9948b42bd100f26691832cb413d346ebaa68fa6 (patch)
treefe59e34b964cc2a330d5315c08363eea51967f68 /libimagtimeui
parentd6ec94282d8af623302e51fca78389500730adc7 (diff)
Add codegen-units = 2 in ./libimagtimeui/Cargo.toml
Diffstat (limited to 'libimagtimeui')
-rw-r--r--libimagtimeui/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/libimagtimeui/Cargo.toml b/libimagtimeui/Cargo.toml
index e679a175..a945fd7c 100644
--- a/libimagtimeui/Cargo.toml
+++ b/libimagtimeui/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.*"
lazy_static = "0.1"