c++ - Setting different compiler flags when "Running" and "Debugging" app -




i native code run -o3 optimisation whenever hit "run (shift+f10)" in android studio , -o0 when hit "debug (shift+f9)". how achieve in cmakelists or in build.gradle app?

i couldn't find looking through google.

any appretiated!





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -