Commit 261dbfa
Add /bigobj compile option to MSVC build (microsoft#7228) (microsoft#7229)
When targeting arm64 Debug, this error is detected:
libclang\dxcrewriteunused.cpp(1,1): error C1128: number of sections
exceeded object file format limit: compile with /bigobj
This PR adds a compile option for the folder that contains
dxcrewriteunused.cpp, so that the limit on the number of sections is
increased, and compilation may succeed.
Cherry picked from
microsoft#7228
(cherry picked from commit ff0a18b)1 parent ab43179 commit 261dbfa
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
0 commit comments