Commit 4f32350
committed
Fix Windows build: replace /std:c11 with /TC in MSVC settings
node-gyp injects /std:c++20 by default on Windows, which conflicts with
/std:c11. Using /TC forces C compilation mode instead, avoiding the
incompatible flag collision.1 parent 21a4d49 commit 4f32350
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments