Add /std:c11 to Windows build
This commit is contained in:
parent
181c4b8614
commit
4d69b97149
@ -4,7 +4,7 @@ Param(
|
|||||||
|
|
||||||
$Compiler = "cl.exe"
|
$Compiler = "cl.exe"
|
||||||
|
|
||||||
$GeneralFlags = "/Wall /WX /wd4996 /wd4464"
|
$GeneralFlags = "/Wall /WX /wd4996 /wd4464 /wd5105 /std:c11"
|
||||||
$LibraryFlags = "/LD"
|
$LibraryFlags = "/LD"
|
||||||
|
|
||||||
$Kernel = (Get-ChildItem Env:OS).Value
|
$Kernel = (Get-ChildItem Env:OS).Value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user