summaryrefslogtreecommitdiffstats
path: root/imag-ref
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-08-23 11:58:55 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-10-24 13:50:18 +0200
commit7df9b777075d75034bd73c905347ac0e7b77e0be (patch)
tree22759a0e80a33cf54de3273096b2a35b05d65211 /imag-ref
parent69969a7fb7160220c28e2a3c97c4eab9659beb77 (diff)
Add codegen-units = 2 in ./imag-ref/Cargo.toml
Diffstat (limited to 'imag-ref')
-rw-r--r--imag-ref/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/imag-ref/Cargo.toml b/imag-ref/Cargo.toml
index 9e2da2ba..07472dd7 100644
--- a/imag-ref/Cargo.toml
+++ b/imag-ref/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.1"
clap = "2.*"