Skip to content

Commit

Permalink
Disable RUST_BACKTRACE as it adds 10-20 seconds to every compile
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Dec 25, 2016
1 parent 7fc6d80 commit 1ea9f45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/src/sandbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@ impl Sandbox {
.args(&["--net", "none"])
.args(&["--memory", "256m"])
.args(&["--memory-swap", "320m"])
.args(&["--env", "PLAYGROUND_TIMEOUT=10"])
.args(&["--env", "RUST_BACKTRACE=1"]);
.args(&["--env", "PLAYGROUND_TIMEOUT=10"]);

if cfg!(feature = "fork-bomb-prevention") {
cmd.args(&["--pids-limit", "512"]);
Expand Down

0 comments on commit 1ea9f45

Please sign in to comment.