I am using Android Studio to compile an .APK from Cocos Creator project. And not too familiar with the tool(Android Studio).
How do I add extra option such as -fno-stack-protector
, -fno-limit-debug-info
in the compiler on Android Studio?
I have been searching around, but found nothing related to it.