diff --git a/scripts/genie.lua b/scripts/genie.lua index c9b100e7374..3e246cc34ac 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -484,7 +484,6 @@ configuration { "vs*" } "NoPCH", "ExtraWarnings", "NoEditAndContinue", - "EnableMinimalRebuild", } if not _OPTIONS["NOWERROR"] then flags{ diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index ed7045244a0..5cca681cdff 100644 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -464,7 +464,6 @@ function toolchain(_buildDir, _subDir) removeflags { "StaticRuntime", "NoExceptions", - "EnableMinimalRebuild", } configuration { "mingw*" }