mirror of
git://c9x.me/qbe.git
synced 2026-04-07 02:49: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"
|
LNK="$ASM"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! cc -g -o $BIN $LNK
|
if ! cc -no-pie -g -o $BIN $LNK
|
||||||
then
|
then
|
||||||
echo "[cc fail]"
|
echo "[cc fail]"
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user