commit 8241685fb92b44556a870ff33bc3eca75aae8637 parent c52f9162c4d35f3b55001d7337d618184961966f Author: Quentin Carbonneaux <quentin@c9x.me> Date: Sun, 9 Apr 2017 18:08:40 -0400 always disable pie in tests Diffstat:
M | tools/test.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/test.sh b/tools/test.sh @@ -42,7 +42,7 @@ init() { cc="cc -nopie" ;; *) - cc="cc" + cc="cc -no-pie" ;; esac ;;