Skip to content

configure: only use -static-libgcc if the C++ compiler accepts it

Steve Lhomme requested to merge robUx4/vlc:gcc-win32-cpp-static-libgcc into master

newer clang reports that it ignores the command on each C++ file compiled. In the end the static C++ compiler is used on Windows anyway.

Merge request reports