Skip to content

Commit

Permalink
Remove the -v flag on the android link line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh Sanderson committed Mar 20, 2024
1 parent 739241b commit 3b18311
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion toolchain/android-toolchain-clang.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@
<flag value="--target=${ABITRIPLE}${PLATFORM_NUMBER}" />

<flag value ="-static-libstdc++" />
<flag value ="-v" />
<!-- This shows the android link line, which may be so long that it breaks the tool
https://github.com/HaxeFoundation/hxcpp/pull/1091
<flag value ="-v" />
-->
<prefix value="lib"/>
<lib name="-llog"/>

Expand Down

0 comments on commit 3b18311

Please sign in to comment.