If the C++ Clang Tools for Windows component has been installed, Microsoft Game Development Kit (GDK) setup will install support for the ClangCl platform toolset for the Gaming.Desktop.x64 platforms. Compiler and Linker switches For the Gaming.Desktop.x64 platforms, the clang/LLVM command-line ...
download_prerequisites cd .. mkdir build && cd $_ ../gcc-10/configure --prefix=/usr/local/gcc-10 \ --enable-checking=release \ --enable-languages=c,c++,fortran \ --disable-multilib \ --with-sysroot=/usr/local/gcc_system_root \ --program-suffix=-10 make -j8 sudo make install-...