cms-patatrack / pixeltrack-standalone

Standalone Patatrack pixel tracking
Apache License 2.0
17 stars 35 forks source link

Abort on the first compilation error #323

Closed fwyzard closed 2 years ago

fwyzard commented 2 years ago

-Wfatal-errors makes GCC stop after the first compilation error.

fwyzard commented 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 ?