Skip to content

Commit

Permalink
Add HXCPP_CPP17 support for android toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk authored and Simn committed Jun 25, 2024
1 parent 3655b1a commit 052a924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolchain/android-toolchain-clang.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<flag value="-D${ANDROID_PLATFORM_DEFINE}"/>

<!-- Options -->
<cppflag value="-std=c++17" if="HXCPP_CPP17" />
<flag value="-flto" if="HXCPP_OPTIMIZE_LINK" unless="debug"/>
<flag value="-fvisibility=hidden"/>
<flag value="-ffunction-sections"/>
Expand Down

0 comments on commit 052a924

Please sign in to comment.