From 8241685fb92b44556a870ff33bc3eca75aae8637 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Sun, 9 Apr 2017 18:08:40 -0400 Subject: always disable pie in tests --- tools/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test.sh b/tools/test.sh index 5c3f205..666b573 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -42,7 +42,7 @@ init() { cc="cc -nopie" ;; *) - cc="cc" + cc="cc -no-pie" ;; esac ;; -- cgit 1.4.1