mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
disable pie (default on some os)
This commit is contained in:
parent
6ed62fe945
commit
8032339c59
@ -59,7 +59,7 @@ once() {
|
||||
LNK="$ASM"
|
||||
fi
|
||||
|
||||
if ! cc -g -o $BIN $LNK
|
||||
if ! cc -no-pie -g -o $BIN $LNK
|
||||
then
|
||||
echo "[cc fail]"
|
||||
return 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user