Skip to content

Commit 6ce0384

Browse files
meteorcloudycopybara-github
authored andcommitted
DOC: add shorten_virtual_includes to cc-toolchain-config-reference
PiperOrigin-RevId: 782002621 Change-Id: I8634c95c51e2325d12fa4e200708f1701c66193d
1 parent 3b25a32 commit 6ce0384

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

site/en/docs/cc-toolchain-config-reference.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,6 +1093,13 @@ conditions.
10931093
features below.
10941094
</td>
10951095
</tr>
1096+
<tr>
1097+
<td><strong><code>shorten_virtual_includes</code></strong>
1098+
</td>
1099+
<td>
1100+
If enabled, virtual include header files are linked under <code>bin/_virtual_includes/&lt;hash of target path&gt;</code> instead of <code>bin/&lt;target package path&gt;/_virtual_includes/&lt;target name&gt;</code>. Useful on Windows to avoid long path issue with MSVC.
1101+
</td>
1102+
</tr>
10961103
</table>
10971104

10981105
#### Legacy features patching logic {:#legacy-features-patching-logic}

0 commit comments

Comments
 (0)