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
Post a Comment