Changed rust build to be release by default

This commit is contained in:
Abdelilah El Aissaoui 2024-09-14 19:57:39 +02:00
parent aab0e01a30
commit 28a465441e
No known key found for this signature in database
GPG Key ID: 7587FC860F594869

View File

@ -1,4 +1,4 @@
kotlin.code.style=official
isLinuxAarch64=false
useCross=false
isRustRelease=false
isRustRelease=true