summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin@c9x.me>2017-04-09 18:08:40 -0400
committerQuentin Carbonneaux <quentin@c9x.me>2017-04-09 18:08:40 -0400
commit8241685fb92b44556a870ff33bc3eca75aae8637 (patch)
tree7aa903fbc42d6bdaea950d56df16a2a19f33024f
parentc52f9162c4d35f3b55001d7337d618184961966f (diff)
downloadroux-8241685fb92b44556a870ff33bc3eca75aae8637.tar.gz
always disable pie in tests
-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
 		;;