build: pass RUSTFLAGS to the compiler
We can use this for preliminary testing of the GC using `make RUSTFLAGS=--gc`
This commit is contained in:
parent
28d0ce9a8b
commit
c8426d1e78
@ -68,7 +68,7 @@ ifneq ($(wildcard $(NON_HOST_TRIPLES)),)
|
||||
CFG_INFO := $(info cfg: non host triples $(NON_HOST_TRIPLES))
|
||||
endif
|
||||
|
||||
CFG_RUSTC_FLAGS :=
|
||||
CFG_RUSTC_FLAGS := $(RUSTFLAGS)
|
||||
CFG_GCCISH_CFLAGS :=
|
||||
CFG_GCCISH_LINK_FLAGS :=
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user