5.7.10.6 Nostdlib++ Option
The -nostdlib++ option will prevent the standard C++
system startup files and libraries being linked into the project. No startup files and only
the libraries you specify are passed to the linker.
The -nostdlib++ option will prevent the standard C++
system startup files and libraries being linked into the project. No startup files and only
the libraries you specify are passed to the linker.