summaryrefslogtreecommitdiffstats
path: root/libimagref
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:51:04 +0200
commit14aeb2ee1bb69dfbfd90a8e5718edc65621a71cb (patch)
treeefe4e40970cbf5d52f3494e8f8b031d811513070 /libimagref
parentf1b1693aa931222b77994ebf28b93027d0e9cb45 (diff)
Add codegen-units = 2 in ./libimagref/Cargo.toml
Diffstat (limited to 'libimagref')
-rw-r--r--libimagref/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/libimagref/Cargo.toml b/libimagref/Cargo.toml
index 59e6f6bb..6c2eaab7 100644
--- a/libimagref/Cargo.toml
+++ b/libimagref/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]
itertools = "0.4"
log = "0.3"