aboutsummaryrefslogtreecommitdiff
path: root/tools/test.sh
diff options
context:
space:
mode:
authorQuentin Carbonneaux <[email protected]>2017-04-09 18:08:40 -0400
committerQuentin Carbonneaux <[email protected]>2017-04-09 18:08:40 -0400
commit8241685fb92b44556a870ff33bc3eca75aae8637 (patch)
tree7aa903fbc42d6bdaea950d56df16a2a19f33024f /tools/test.sh
parentc52f9162c4d35f3b55001d7337d618184961966f (diff)
always disable pie in tests
Diffstat (limited to 'tools/test.sh')
-rwxr-xr-xtools/test.sh2
1 files changed, 1 insertions, 1 deletions
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
;;