rust/tests/run-make-fulldeps/fpic/Makefile
2023-01-11 09:32:08 +00:00

11 lines
188 B
Makefile

include ../tools.mk
# ignore-windows
# ignore-macos
# Test for #39529.
# `-z text` causes ld to error if there are any non-PIC sections
all:
$(RUSTC) hello.rs -C link-args=-Wl,-z,text