Closed fwyzard closed 2 years ago
I find this useful to avoid the compiler wasting too much time after the first error, and to spot the first error more easily, since it is often the cause (or a repetirion) of many subsequent failures.
@makortel what do you think ?
-Wfatal-errors
makes GCC stop after the first compilation error.