z.html

来自「gcc手册」· HTML 代码 · 共 29 行

HTML
29
字号
<html lang="en">

<head>

<title>Using as</title>

<meta http-equiv="Content-Type" content="text/html">

<meta name="description" content="Using as">

<meta name="generator" content="makeinfo 4.3">

<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">

</head>

<body>

<div class="node">

<p>

Node:<a name="Z">Z</a>,

Previous:<a rel="previous" accesskey="p" href="W.html#W">W</a>,

Up:<a rel="up" accesskey="u" href="Invoking.html#Invoking">Invoking</a>

<hr><br>

</div>



<h3 class="section">Generate Object File in Spite of Errors: <code>-Z</code></h3>



   <p>After an error message, <code>as</code> normally produces no output.  If for

some reason you are interested in object file output even after

<code>as</code> gives an error message on your program, use the <code>-Z</code>

option.  If there are any errors, <code>as</code> continues anyways, and

writes an object file after a final warning message of the form <code></code><var>n</var><code>

errors, </code><var>m</var><code> warnings, generating bad object file.</code>



   </body></html>



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?