mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 17:18:30 +01:00
Drop size optimizations that require nightly builds
This commit is contained in:
parent
0ef334e2a1
commit
bdce629782
2 changed files with 0 additions and 3 deletions
|
@ -15,7 +15,6 @@ panic = "abort"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
opt-level = "s"
|
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#![feature(process_exec)]
|
#![feature(process_exec)]
|
||||||
#![feature(alloc_system)]
|
|
||||||
extern crate alloc_system;
|
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate clap;
|
extern crate clap;
|
||||||
|
|
Loading…
Reference in a new issue