Update android-wrapped-clang

This commit is contained in:
Duy Tran Khanh 2021-06-10 06:12:50 +07:00 committed by GitHub
parent b77da08949
commit c281c267c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,5 +5,6 @@ if [ "$1" = "--version" ]; then
echo "This is free software; see the source for copying conditions. There is NO" echo "This is free software; see the source for copying conditions. There is NO"
echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
else else
exec $thecc "$@" theargs="${@/-fno-var-tracking-assignments/}"
exec $thecc "$theargs"
fi fi