summaryrefslogtreecommitdiffstats
path: root/libimagcounter
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:53 +0200
commit633cf54e0d3cde1080b321e7af6227b3d2133ffb (patch)
treec159aee6e6d8453e7305dba69f8e9cc861d58963 /libimagcounter
parent1e5e7295ac519582beeda4fb42c38c0dd4bb8d8e (diff)
Add codegen-units = 2 in ./libimagentryselect/Cargo.toml
Diffstat (limited to 'libimagcounter')
-rw-r--r--libimagcounter/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/libimagcounter/Cargo.toml b/libimagcounter/Cargo.toml
index 65d759b2..719b1818 100644
--- a/libimagcounter/Cargo.toml
+++ b/libimagcounter/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]
log = "0.3"
toml = "0.2.*"