Skip to content

Commit

Permalink
Fix is_using_fission docs
Browse files Browse the repository at this point in the history
RELNOTES: None.
PiperOrigin-RevId: 237032202
  • Loading branch information
hlopko authored and copybara-github committed Mar 6, 2019
1 parent faad4b5 commit 123d5ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/docs/cc-toolchain-config-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -970,10 +970,10 @@ The following is a reference of `CcToolchainConfigInfo` build variables.
<tr>
<td><strong><code>is_using_fission</code></strong>
</td>
<td>link</td>
<td>Presence of this variable indicates that files were
compiled with fission. Debug info is in <code>.dwo</code> files instead
of <code>.o</code> files and the linker needs to know this.
<td>compile, link</td>
<td>Presence of this variable indicates that fission (per-object debug info)
is activated. Debug info will be in <code>.dwo</code> files instead
of <code>.o</code> files and the compiler and linker need to know this.
</td>
</tr>
</table>
Expand Down

0 comments on commit 123d5ac

Please sign in to comment.