chore(build/native): release profile

This commit is contained in:
rhunk
2024-07-27 18:20:40 +02:00
parent 790e7bab2e
commit b18c969125

View File

@@ -36,6 +36,7 @@ cargo {
module = "rust"
libname = nativeName.toString()
targetIncludes = arrayOf("libsnapenhance.so")
profile = "release"
targets = listOf("arm64", "arm")
}