Drop size optimizations that require nightly builds

This commit is contained in:
Matt Green 2016-11-13 18:34:23 -05:00
parent 0ef334e2a1
commit bdce629782
2 changed files with 0 additions and 3 deletions

View File

@ -15,7 +15,6 @@ panic = "abort"
[profile.release]
lto = true
opt-level = "s"
panic = "abort"
[dependencies]

View File

@ -1,6 +1,4 @@
#![feature(process_exec)]
#![feature(alloc_system)]
extern crate alloc_system;
#[macro_use]
extern crate clap;