summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--scripts/genie.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 70033d5b31c..7a0f2128fe5 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -878,7 +878,6 @@ end
if (version >= 40800) then
-- array bounds checking seems to be buggy in 4.8.1 (try it on video/stvvdp1.c and video/model1.c without -Wno-array-bounds)
buildoptions {
- "-D__USE_MINGW_ANSI_STDIO=1",
"-Wno-unused-variable",
"-Wno-array-bounds"
}