as: Z

1 
1 2.18 Generate Object File in Spite of Errors: '-Z'
1 ==================================================
1 
1 After an error message, 'as' normally produces no output.  If for some
1 reason you are interested in object file output even after 'as' gives an
1 error message on your program, use the '-Z' option.  If there are any
1 errors, 'as' continues anyways, and writes an object file after a final
1 warning message of the form 'N errors, M warnings, generating bad object
1 file.'
1