gcc-4.2 failed with exit code 1 library not found for -lstdc++-static

1. Set the C++ Standard Library Type to Dynamic

2. Add this in the C/C++ Compiler Flags: -fno-regmove -Wno-write-strings -falign-loops=16 -fvisibility=default

Comments