summaryrefslogtreecommitdiffstats
path: root/libimagstore
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:51:17 +0200
commitdf6de8e9573598c089a1c128e4ddd6f4fe275d1a (patch)
tree3764105b92b21511543ed6e39aa14a0b58299af8 /libimagstore
parent14aeb2ee1bb69dfbfd90a8e5718edc65621a71cb (diff)
Add codegen-units = 2 in ./libimagstore/Cargo.toml
Diffstat (limited to 'libimagstore')
-rw-r--r--libimagstore/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/libimagstore/Cargo.toml b/libimagstore/Cargo.toml
index 3815d4af..d81d3204 100644
--- a/libimagstore/Cargo.toml
+++ b/libimagstore/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]
fs2 = "0.2"
glob = "0.2.11"