Compiler Windows: Clang
. It is purely a compiler frontend and does not ship with its own standard library or linker. stackoverflow.com It must "hook into" either the MSVC Standard Library MinGW/GCC Library
clang++ -O2 -g hello.cpp -o hello.exe
. It is purely a compiler frontend and does not ship with its own standard library or linker. stackoverflow.com It must "hook into" either the MSVC Standard Library MinGW/GCC Library
clang++ -O2 -g hello.cpp -o hello.exe