summaryrefslogtreecommitdiffstats
path: root/libimagentrylink
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:54:55 +0200
commit3d136372971e63a82ffdae62234a859b78d9c025 (patch)
treeca6c24c36197783942ef468079d9f625bdfe9984 /libimagentrylink
parent5496239f66377cf40d7decd2dc7eadcbc7399951 (diff)
Add codegen-units = 2 in ./libimagentrylink/Cargo.toml
Diffstat (limited to 'libimagentrylink')
-rw-r--r--libimagentrylink/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/libimagentrylink/Cargo.toml b/libimagentrylink/Cargo.toml
index 810ec2d9..45dc33fe 100644
--- a/libimagentrylink/Cargo.toml
+++ b/libimagentrylink/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"