We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5314f95 commit ffa825dCopy full SHA for ffa825d
xmake.lua
@@ -74,7 +74,7 @@ if is_plat("windows") then
74
add_cxflags("/wd4275", {tools = "cl"}) -- DLL-interface class 'class_1' used as base for DLL-interface blah
75
else
76
-- GCC-compatible (GCC, Clang, ...)
77
- add_cxflags("-Wtrampolines")
+ add_cxflags("-Wtrampolines", {tools = "gcc"})
78
add_cxflags("-Werror=inconsistent-missing-override", {tools = "clang"})
79
add_cxflags("-Werror=reorder")
80
add_cxflags("-Werror=suggest-override", {tools = "gcc"})
0 commit comments