summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTimo Kösters <timo@koesters.xyz>2021-11-21 17:34:09 +0000
committerTimo Kösters <timo@koesters.xyz>2021-11-21 17:34:09 +0000
commitafa5d449c605b6ddae8d2397b2996fda356f8b78 (patch)
tree10f9b165a8e0d4cfe9e9c56a8d8cec64f366957c /Cargo.toml
parentda00f611e94838b03b99d2adf09cf52c1136e8ef (diff)
parent2fff720df38c83673269fa597361c5631e991c9a (diff)
downloadconduit-afa5d449c605b6ddae8d2397b2996fda356f8b78.zip
Merge branch 'better-multiarch-building-the-second-attempt' into 'next'
CI: New Multiarch builds and Docker images + cargo clippy/test output now integrated into GitLab Closes #145 See merge request famedly/conduit!225
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fc83d11..91c7e25 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -123,13 +123,12 @@ maintainer-scripts = "debian/"
systemd-units = { unit-name = "matrix-conduit" }
[profile.dev]
-lto = 'thin'
+lto = 'off'
incremental = true
[profile.release]
lto = 'thin'
incremental = true
-
codegen-units=32
# If you want to make flamegraphs, enable debug info:
# debug = true