We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5523789 commit 3508375Copy full SHA for 3508375
smollm/build.gradle.kts
@@ -34,11 +34,11 @@ android {
34
// allow compiling 16 KB page-aligned shared libraries
35
// https://developer.android.com/guide/practices/page-sizes#compile-r27
36
arguments += listOf("-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON")
37
- // arguments += "-DCMAKE_BUILD_TYPE=Release"
+ arguments += "-DCMAKE_BUILD_TYPE=Release"
38
39
// (debugging) uncomment the following line to enable debug builds
40
// and attach hardware-assisted address sanitizer
41
- arguments += "-DCMAKE_BUILD_TYPE=Debug"
+ // arguments += "-DCMAKE_BUILD_TYPE=Debug"
42
// arguments += listOf("-DANDROID_SANITIZE=hwaddress")
43
}
44
0 commit comments