mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-21 17:36:18 +01:00
android: enable pollyhedral optimization by default.
This commit is contained in:
parent
30c1a9fb57
commit
b07153f800
@ -15,6 +15,12 @@ android {
|
||||
minSdkVersion 3
|
||||
targetSdk 34
|
||||
compileSdk 34
|
||||
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
arguments '-DPOLLY=ON'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
externalNativeBuild {
|
||||
|
Loading…
Reference in New Issue
Block a user