Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thehajime committed Jul 10, 2024
1 parent bd44fee commit 31d6299
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ if [ -n "$(${CC-cc} -v 2>&1 | grep "enable-default-pie")" ]; then
fi

set -x
${CC-cc} -v
echo "===="
LC_ALL=C ${CC-cc} -v
TARGET=$(LC_ALL=C ${CC-cc} -v 2>&1 | sed -n 's/^Target: //p' )
set +x

Expand Down

0 comments on commit 31d6299

Please sign in to comment.