From 8032339c59da9eb162fa735ed3c99c10dc0f8ce0 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Mon, 5 Dec 2016 02:50:08 -0500 Subject: disable pie (default on some os) --- tools/unit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/unit.sh b/tools/unit.sh index d665d09..ded1b29 100755 --- a/tools/unit.sh +++ b/tools/unit.sh @@ -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 -- cgit 1.4.1