Skip to content

Commit c8426d1

Browse files
committed
build: pass RUSTFLAGS to the compiler
We can use this for preliminary testing of the GC using `make RUSTFLAGS=--gc`
1 parent 28d0ce9 commit c8426d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ifneq ($(wildcard $(NON_HOST_TRIPLES)),)
6868
CFG_INFO := $(info cfg: non host triples $(NON_HOST_TRIPLES))
6969
endif
7070

71-
CFG_RUSTC_FLAGS :=
71+
CFG_RUSTC_FLAGS := $(RUSTFLAGS)
7272
CFG_GCCISH_CFLAGS :=
7373
CFG_GCCISH_LINK_FLAGS :=
7474

0 commit comments

Comments
 (0)