mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Fix programs for latest Rust and begin usage of new utility macros
This commit is contained in:
parent
bdb01f172c
commit
74df4d5a98
22 changed files with 433 additions and 405 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ RUSTC ?= rustc
|
|||
RM := rm
|
||||
|
||||
# Flags
|
||||
RUSTCFLAGS := --opt-level=3 -A unused_must_use
|
||||
RUSTCFLAGS := --opt-level=3
|
||||
RMFLAGS :=
|
||||
|
||||
# Possible programs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue