summaryrefslogtreecommitdiffstats
path: root/docs/release/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'docs/release/scripts/genie.lua')
-rw-r--r--docs/release/scripts/genie.lua9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/release/scripts/genie.lua b/docs/release/scripts/genie.lua
index a8967409dc4..1a7ac03f4aa 100644
--- a/docs/release/scripts/genie.lua
+++ b/docs/release/scripts/genie.lua
@@ -1101,6 +1101,11 @@ end
"-Wno-class-memaccess", -- many instances in ImGui and BGFX
}
end
+ if (version >= 100000) then
+ buildoptions {
+ "-Wno-return-local-addr", -- sqlite3.c in GCC 10
+ }
+ end
end
end
@@ -1255,8 +1260,8 @@ configuration { "mingw*" }
"-static",
}
end
- linkoptions {
- "-Wl,--start-group",
+ flags {
+ "LinkSupportCircularDependencies",
}
links {
"user32",