This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to make GCC stop on first error
Manuel LÃpez-IbÃÃez ha scritto:
(This question is more appropriate for gcc-help, this list is for gcc
development.)
ok, sorry. I'll post there next time.
From the manual page:
-Wfatal-errors
This option causes the compiler to abort compilation on the first
error occurred rather than trying to keep going and printing furâ
ther error messages.
Great, thanks !!
I somehow missed it :(
Francesco