diff --git a/build.ps1 b/build.ps1 index 1b128ce..2ccaa64 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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