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:
parent
68fd0971d0
commit
db48d109e7
2 changed files with 5 additions and 6 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue