[LOCAL] Fix performance issues in Hermes when Debug

This commit is contained in:
Riccardo Cipolleschi
2023-05-30 11:44:26 +01:00
parent 32327cc177
commit 60a452b485
@@ -181,6 +181,8 @@ android {
// This has the (unlucky) side effect of letting AGP call the build
// tasks `configureCMakeRelease` while is actually building the debug flavor.
arguments "-DCMAKE_BUILD_TYPE=Release"
// Adding -O3 to patch the issue here: https://github.com/android/ndk/issues/1740#issuecomment-1198438260
cppFlags "-O3"
}
}
}