Skip to content

Commit

Permalink
Merge pull request rust-lang#515 from evujumenuk/opt-level_0
Browse files Browse the repository at this point in the history
Set opt-level=0 in the live code editor.
  • Loading branch information
steveklabnik authored Sep 14, 2016
2 parents 73b6fac + 5599915 commit 6091edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
var req = new XMLHttpRequest();
var data = JSON.stringify({
version: "beta",
optimize: "2",
optimize: "0",
code: program
});

Expand Down

0 comments on commit 6091edb

Please sign in to comment.