We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1914c8e commit 78a11f1Copy full SHA for 78a11f1
src/test/run-make/sanitizer-dylib/Makefile
@@ -1,4 +1,4 @@
1
-include ../tools.mk
2
3
all:
4
- $(RUSTC) -Z sanitizer=leak --crate-type dylib hello.rs 2>&1 | grep -q 'Only executables and rlibs can be compiled with `-Z sanitizer`'
+ $(RUSTC) -Z sanitizer=leak --crate-type dylib --target x86_64-unknown-linux-gnu hello.rs 2>&1 | grep -q 'Only executables and rlibs can be compiled with `-Z sanitizer`'
0 commit comments