mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Merge pull request #69 from Heather/master
Important changes! [ Mostly due language Syntax changes ]
This commit is contained in:
commit
2fa4f23d86
12 changed files with 154 additions and 115 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ RUSTC ?= rustc
|
|||
RM := rm
|
||||
|
||||
# Flags
|
||||
RUSTCFLAGS := --opt-level=3
|
||||
RUSTCFLAGS := --opt-level=3 -A unused_must_use
|
||||
RMFLAGS :=
|
||||
|
||||
# Possible programs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue