remove optimisations
This commit is contained in:
parent
2999921e29
commit
e49db66883
|
@ -12,6 +12,4 @@ gtk = "0.8.1"
|
||||||
lightdm = { git = "https://raatty.club:3000/raatty/lightdm-rs.git"}
|
lightdm = { git = "https://raatty.club:3000/raatty/lightdm-rs.git"}
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
codegen-units = 1
|
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
opt-level = "z"
|
|
4
Makefile
4
Makefile
|
@ -4,6 +4,6 @@ DATADIR ?= $(PREFIX)/share
|
||||||
CONFDIR = /etc
|
CONFDIR = /etc
|
||||||
|
|
||||||
install:
|
install:
|
||||||
RUSTFLAGS="-C link-arg=-s" cargo build --release
|
cargo build --release
|
||||||
install -Dm755 target/release/lightdm-mobile-greeter -t $(DESTDIR)$(BINDIR)
|
install -Dm755 target/release/lightdm-mobile-greeter -t $(DESTDIR)$(BINDIR)
|
||||||
install -Dm644 lightdm-mobile-greeter.desktop -t $(DESTDIR)$(DATADIR)/xgreeters
|
install -Dm644 lightdm-mobile-greeter.desktop -t $(DESTDIR)$(DATADIR)/xgreeters
|
||||||
|
|
Loading…
Reference in New Issue