Add /std:c11 to Windows build

This commit is contained in:
Abdelrahman Said 2025-04-20 20:20:39 +01:00
parent 181c4b8614
commit 4d69b97149

View File

@ -4,7 +4,7 @@ Param(
$Compiler = "cl.exe"
$GeneralFlags = "/Wall /WX /wd4996 /wd4464"
$GeneralFlags = "/Wall /WX /wd4996 /wd4464 /wd5105 /std:c11"
$LibraryFlags = "/LD"
$Kernel = (Get-ChildItem Env:OS).Value