1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

Use -O instead of --opt-level 3 (closes #194)

This commit is contained in:
Arcterus 2014-12-03 10:12:43 -08:00
parent 68fd0971d0
commit db48d109e7
2 changed files with 5 additions and 6 deletions

View file

@ -19,7 +19,7 @@ TESTDIR := $(BASEDIR)/test
TEMPDIR := $(BASEDIR)/tmp
# Flags
RUSTCFLAGS := --opt-level=3 -L $(BUILDDIR)/
RUSTCFLAGS := -O -L $(BUILDDIR)/
RMFLAGS :=
# Handle config setup