summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authormario <mario-krehl@gmx.de>2017-01-19 20:08:51 +0100
committermario <mario-krehl@gmx.de>2017-01-19 20:08:51 +0100
commit8df5519f341dc47f9350e054db2a5df6f44dbb24 (patch)
tree8103d41857ff83ce7ee2217f3a9692d41a9335a7 /Cargo.toml
parent4cdbfb62dab9655d5a1d7ecb3e2173237cb8e940 (diff)
Move `[profile.dev] codegen-units = 2` to top-level Cargo.toml
lower level (=package/crate level) definitions for profiles are ignored
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 74ac16a8..1d0d89b3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,9 @@ website = "http://imag-pim.org"
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
repository = "https://github.com/matthiasbeyer/imag"
+[profile.dev]
+codegen-units = 2
+
[workspace]
members = [
"bin",