Commit 2836263
committed
Enable long path support on Windows host
Declare `longPathAware` in the GCC executable manifest to allow GCC
executables to address paths longer than `MAX_PATH`, which is 260
characters, on Windows hosts.
Note that this alone is not sufficient to enable long path support on
Windows; the corresponding registry key must also be enabled. For more
details, refer to the Microsoft documentation [1].
[1] https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>1 parent 53e0d57 commit 2836263
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
0 commit comments