Browse Source

android: enable pollyhedral optimization by default.

master
Andrey Akhmichin 10 months ago
parent
commit
b07153f800
  1. 6
      android/app/build.gradle

6
android/app/build.gradle

@ -15,6 +15,12 @@ android { @@ -15,6 +15,12 @@ android {
minSdkVersion 3
targetSdk 34
compileSdk 34
externalNativeBuild {
cmake {
arguments '-DPOLLY=ON'
}
}
}
externalNativeBuild {

Loading…
Cancel
Save