1
Fork 0
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:
Arcterus 2014-02-06 22:39:07 -08:00
parent bdb01f172c
commit 74df4d5a98
22 changed files with 433 additions and 405 deletions

View file

@ -3,7 +3,7 @@ RUSTC ?= rustc
RM := rm
# Flags
RUSTCFLAGS := --opt-level=3 -A unused_must_use
RUSTCFLAGS := --opt-level=3
RMFLAGS :=
# Possible programs