aboutsummaryrefslogtreecommitdiff
path: root/tools/test.sh
diff options
context:
space:
mode:
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
;;