1
Fork 0
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:
Arcterus 2014-02-05 20:56:18 -08:00
commit 2fa4f23d86
12 changed files with 154 additions and 115 deletions

View file

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