Skip to content

Commit 3b18311

Browse files
author
Hugh Sanderson
committed
Remove the -v flag on the android link line.
1 parent 739241b commit 3b18311

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

toolchain/android-toolchain-clang.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,10 @@
9292
<flag value="--target=${ABITRIPLE}${PLATFORM_NUMBER}" />
9393

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

0 commit comments

Comments
 (0)