mirror of
git://c9x.me/qbe.git
synced 2026-04-05 09:59:47 +00:00
always disable pie in tests
This commit is contained in:
parent
c52f9162c4
commit
8241685fb9
@ -42,7 +42,7 @@ init() {
|
||||
cc="cc -nopie"
|
||||
;;
|
||||
*)
|
||||
cc="cc"
|
||||
cc="cc -no-pie"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user