summaryrefslogtreecommitdiffstats
path: root/.imag-documentation
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:52:21 +0200
commitc14a4fe67f6c1d26d23d06aefdcdd5912479da3d (patch)
treeef46db1eebe813d1d0e2d9f46ed8dc39e12cb80c /.imag-documentation
parentb51a119417936144bc0b847588de9cc5cc654964 (diff)
Add codegen-units = 2 in ./.imag-documentation/Cargo.toml
Diffstat (limited to '.imag-documentation')
-rw-r--r--.imag-documentation/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.imag-documentation/Cargo.toml b/.imag-documentation/Cargo.toml
index 58070181..217538f8 100644
--- a/.imag-documentation/Cargo.toml
+++ b/.imag-documentation/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]
[dependencies.libimagbookmark]