Skip to content

Android: Suppress implicit -lstdc++ linker flag

Brad King requested to merge brad.king/cmake:android-no-libstdc++ into master

The chosen STL libraries are already linked explicitly so we shouldn't let the compiler add its implicit -lstdc++ (the default) when invoking the linker.

Fixes: #17863 (closed)
NDK-Issue: https://github.com/android-ndk/ndk/issues/105
Inspired-by: @thughes

Merge request reports