aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index e75c40e58..4f7612f72 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -47,7 +47,6 @@ if is_os("windows") then
end
if is_os("linux") then
- add_cxxflags("-fshort-wchar")
add_cxxflags("-Wno-unused-variable")
add_cxxflags("-Wno-unused-parameter")
add_cxxflags("-Wno-strict-aliasing")