Switch to general codegen in 'Bytecode tool window'

This commit is contained in:
Michael Bogdanov
2016-10-27 16:29:37 +03:00
parent 2130164d9b
commit afe0b8a0b6
@@ -225,7 +225,7 @@ public class KotlinBytecodeToolWindow extends JPanel implements Disposable {
enableOptimization = new JCheckBox("Optimization", true);
enableAssertions = new JCheckBox("Assertions", true);
jvm8Target = new JCheckBox("JVM 8 target", false);
ir = new JCheckBox("IR", true);
ir = new JCheckBox("IR", false);
optionPanel.add(enableInline);
optionPanel.add(enableOptimization);
optionPanel.add(enableAssertions);