From 3b2c2faa1fbc4bb51fa1dc34f71fea155f5f0664 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Thu, 13 Apr 2017 14:55:55 +0200 Subject: testing/rust: build dynamically linked binaries by default Note that users still can switch to static linking using `-C target-feature=+crt-static`, that is allowed in our rustc. --- testing/rust/check-rustc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/rust/check-rustc') diff --git a/testing/rust/check-rustc b/testing/rust/check-rustc index 3a375005f2..2e96a45f60 100755 --- a/testing/rust/check-rustc +++ b/testing/rust/check-rustc @@ -73,7 +73,7 @@ EOF _rustc hello_world.rs assert_ok ./hello_world -assert_static hello_world +assert_dynamic hello_world assert_pie hello_world rm -f hello_world -- cgit v1.2.3