summaryrefslogtreecommitdiffstats
path: root/imag-notes/Cargo.toml
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:53:42 +0200
commit1e5e7295ac519582beeda4fb42c38c0dd4bb8d8e (patch)
treefcbaa204cf2467fcc03b7c4735e26c341c326b89 /imag-notes/Cargo.toml
parent106b3c3a7bdbbe70b817a75c754cb04a34f68085 (diff)
Add codegen-units = 2 in ./imag-notes/Cargo.toml
Diffstat (limited to 'imag-notes/Cargo.toml')
-rw-r--r--imag-notes/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/imag-notes/Cargo.toml b/imag-notes/Cargo.toml
index e3074ba3..67d05df3 100644
--- a/imag-notes/Cargo.toml
+++ b/imag-notes/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.*"