g++ compile without all the stack trace to avoid displaying all the long notes December 11, 2021 How to compile with g++ without all the stack trace to avoid displaying all the long notes. add the parameter -Wfatal-errors example: gcc -Wfatal-errors app.cpp -o app Read more