diff options
author | Quentin Carbonneaux <quentin@c9x.me> | 2017-04-09 18:08:40 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2017-04-09 18:08:40 -0400 |
commit | 8241685fb92b44556a870ff33bc3eca75aae8637 (patch) | |
tree | 7aa903fbc42d6bdaea950d56df16a2a19f33024f /tools | |
parent | c52f9162c4d35f3b55001d7337d618184961966f (diff) | |
download | roux-8241685fb92b44556a870ff33bc3eca75aae8637.tar.gz |
always disable pie in tests
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/test.sh | 2 |
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 ;; |