Skip to content

Commit 3508375

Browse files
committed
build: restore CMAKE_BUILD_TYPE to 'Release'
1 parent 5523789 commit 3508375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smollm/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ android {
3434
// allow compiling 16 KB page-aligned shared libraries
3535
// https://developer.android.com/guide/practices/page-sizes#compile-r27
3636
arguments += listOf("-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON")
37-
// arguments += "-DCMAKE_BUILD_TYPE=Release"
37+
arguments += "-DCMAKE_BUILD_TYPE=Release"
3838

3939
// (debugging) uncomment the following line to enable debug builds
4040
// and attach hardware-assisted address sanitizer
41-
arguments += "-DCMAKE_BUILD_TYPE=Debug"
41+
// arguments += "-DCMAKE_BUILD_TYPE=Debug"
4242
// arguments += listOf("-DANDROID_SANITIZE=hwaddress")
4343
}
4444
}

0 commit comments

Comments
 (0)