summaryrefslogtreecommitdiffstats
path: root/libimagentrytag
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:56:40 +0200
commita6c3236289a86db219429d5bf1aef673e99ee952 (patch)
treead614a2e3301d893c36edd6b069b3e334c4ce7fc /libimagentrytag
parent74c0e0613260531389f795bf12b10ede3adfc39a (diff)
Add codegen-units = 2 in ./libimagentrytag/Cargo.toml
Diffstat (limited to 'libimagentrytag')
-rw-r--r--libimagentrytag/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/libimagentrytag/Cargo.toml b/libimagentrytag/Cargo.toml
index aff78801..7a34a03a 100644
--- a/libimagentrytag/Cargo.toml
+++ b/libimagentrytag/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.*"
log = "0.3"