commit b18c96912524e433cb1877120b492c8d212bfa98
parent 790e7bab2e26a3be0109b20eafdc0d5198f1ea7e
Author: rhunk <101876869+rhunk@users.noreply.github.com>
Date:   Sat, 27 Jul 2024 18:20:40 +0200

chore(build/native): release profile

Diffstat:
Mnative/build.gradle.kts | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/native/build.gradle.kts b/native/build.gradle.kts @@ -36,6 +36,7 @@ cargo { module = "rust" libname = nativeName.toString() targetIncludes = arrayOf("libsnapenhance.so") + profile = "release" targets = listOf("arm64", "arm") }