summaryrefslogtreecommitdiffstats
path: root/imag-bookmark
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:29 +0200
commit106b3c3a7bdbbe70b817a75c754cb04a34f68085 (patch)
tree57add5b64930e78862fba0a3328f38dff5bdd682 /imag-bookmark
parentfe8b2991a15c53f3a3309063cb7cdc56ceb75b36 (diff)
Add codegen-units = 2 in ./imag-bookmark/Cargo.toml
Diffstat (limited to 'imag-bookmark')
-rw-r--r--imag-bookmark/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/imag-bookmark/Cargo.toml b/imag-bookmark/Cargo.toml
index 5665e670..cf7d0fcf 100644
--- a/imag-bookmark/Cargo.toml
+++ b/imag-bookmark/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]
clap = "2.*"
log = "0.3"