diff options
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 4653b83..9c0f9ee 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -70,7 +70,7 @@ init() { "") case `uname` in *Darwin*) - cc="cc -Wl,-no_pie" + cc="cc" ;; *OpenBSD*) cc="cc -nopie" |