1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00

Introjucer Android Studio export: removed minifyEnabled flag from release build (was causing crashes on startup).

This commit is contained in:
Timur Doumler 2016-02-02 11:46:22 +00:00
parent 504680978f
commit 30840f2718

View file

@ -518,7 +518,6 @@ private:
}
else
{
rootFlags.add ("minifyEnabled = true");
rootFlags.add ("signingConfig = $(\"android.signingConfigs.releaseConfig\")");
ndkFlags.add ("cppFlags.add(\"-DNDEBUG=1\")");
}