Skip to content

Commit

Permalink
build: pass RUSTFLAGS to the compiler
Browse files Browse the repository at this point in the history
We can use this for preliminary testing of the GC using `make RUSTFLAGS=--gc`
  • Loading branch information
brson committed May 20, 2012
1 parent 28d0ce9 commit c8426d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 :=

Expand Down

0 comments on commit c8426d1

Please sign in to comment.