summaryrefslogtreecommitdiffstats
path: root/libimagnotes
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:55:22 +0200
commit4359749c8fe08e4166a7af2f8e0e05e7ed8ad247 (patch)
tree5018c36bdabf1f6818f6b4d39318c324a51f4806 /libimagnotes
parent3cb718f754fa7136e280ffeff1a94463d456cfbe (diff)
Add codegen-units = 2 in ./libimagnotes/Cargo.toml
Diffstat (limited to 'libimagnotes')
-rw-r--r--libimagnotes/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/libimagnotes/Cargo.toml b/libimagnotes/Cargo.toml
index 2964b2bf..6c6401d3 100644
--- a/libimagnotes/Cargo.toml
+++ b/libimagnotes/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]
semver = "0.2"
log = "0.3"