diff options
author | Erik Johnston <erik@matrix.org> | 2022-10-03 11:20:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 11:20:18 +0100 |
commit | 343038c3c3260e484cd1c7b73aa4b217ce3edac4 (patch) | |
tree | 19299468e8e7753f1a2da37b8296a130554b729c /changelog.d/14009.bugfix | |
parent | Revert the general exception recording introduced in #13814 (#13969) (diff) | |
download | synapse-343038c3c3260e484cd1c7b73aa4b217ce3edac4.tar.xz |
Always build Rust extension in release mode (#14009)
Fixes #13990
Diffstat (limited to '')
-rw-r--r-- | changelog.d/14009.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14009.bugfix b/changelog.d/14009.bugfix new file mode 100644 index 0000000000..5f85fee967 --- /dev/null +++ b/changelog.d/14009.bugfix @@ -0,0 +1 @@ +Fix bug where Rust extension wasn't built in `release` mode when using `poetry install`. |