Commit 6acacfc
committed
chore: fix Windows CI build command and add security hardening
- Remove invalid GCC flags (/fPIC -shared) that MSVC silently ignored
- Fix output path from -o to /Fe notation (the DLL was not landing in dist/)
- Add /sdl /guard:cf /Qspectre /ZH:SHA_256 (compiler) and /DYNAMICBASE /NXCOMPAT /guard:cf /CETCOMPAT (linker)1 parent ef37f94 commit 6acacfc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments