summaryrefslogtreecommitdiffstats
path: root/imag-counter
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-08-23 11:58:55 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-10-24 13:50:05 +0200
commit69969a7fb7160220c28e2a3c97c4eab9659beb77 (patch)
tree98a78de847524305974fb0ad87a4f29949a2ea8d /imag-counter
parentbdbf5cedfbc1270cf25092c129d2399e82944151 (diff)
Add codegen-units = 2 in ./imag-counter/Cargo.toml
Diffstat (limited to 'imag-counter')
-rw-r--r--imag-counter/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/imag-counter/Cargo.toml b/imag-counter/Cargo.toml
index 138cd5c3..1c7968b7 100644
--- a/imag-counter/Cargo.toml
+++ b/imag-counter/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"