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:
parent
504680978f
commit
30840f2718
1 changed files with 0 additions and 1 deletions
|
|
@ -518,7 +518,6 @@ private:
|
|||
}
|
||||
else
|
||||
{
|
||||
rootFlags.add ("minifyEnabled = true");
|
||||
rootFlags.add ("signingConfig = $(\"android.signingConfigs.releaseConfig\")");
|
||||
ndkFlags.add ("cppFlags.add(\"-DNDEBUG=1\")");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue