diff --git a/android-wrapped-clang++ b/android-wrapped-clang++ index a8e62bb..cf87c53 100755 --- a/android-wrapped-clang++ +++ b/android-wrapped-clang++ @@ -5,5 +5,6 @@ if [ "$1" = "--version" ]; then 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." else - exec $thecxx "$@" + theargs="${@/-fno-var-tracking-assignments/}" + exec $thecxx "$theargs" fi