We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e14a0 commit c5caff8Copy full SHA for c5caff8
mk/fuzzer.mk
@@ -12,7 +12,7 @@ stage2/fuzzer.o: $(FUZZER_CRATE) $(FUZZER_INPUTS) $(SREQ1) \
12
13
stage2/fuzzer$(X): stage2/fuzzer.o $(SREQ1)
14
@$(call E, link [gcc]: $@)
15
- $(Q)gcc $(CFG_GCC_CFLAGS) rt/main.o stage2/glue.o -o $@ $< \
+ $(Q)gcc $(CFG_GCCISH_CFLAGS) rt/main.o stage2/glue.o -o $@ $< \
16
-Lstage2 -Lrustllvm -Lrt -lrustrt -lrustllvm -lstd -lm -lrustc
17
@# dsymutil sometimes fails or prints a warning, but the
18
@# program still runs. Since it simplifies debugging other
0 commit comments