diff options
Diffstat (limited to 'test/bench')
-rw-r--r-- | test/bench/garbage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bench/garbage/Makefile b/test/bench/garbage/Makefile index 916add779..cf6568f9e 100644 --- a/test/bench/garbage/Makefile +++ b/test/bench/garbage/Makefile @@ -12,7 +12,7 @@ ALL=\ all: $(addsuffix .out, $(ALL)) %.$O: %.go stats.go - $(GC) $*.go stats.go + $(GC) $(GCFLAGS) $(GCIMPORTS) $*.go stats.go %.out: %.$O $(LD) -o $@ $*.$O |