Commit de383e0
Enforce x64 compiler in native NMAKE builds (#780)
Add /options:strict and /favor:AMD64 to CL_OPTS so that if an x86
cl.exe is on the PATH (e.g. from stale MSBuild node reuse), the build
fails immediately with error D8043 instead of silently producing x86
binaries.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent e58af68 commit de383e0
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments