aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-10-01 11:28:33 +0200
committerMartin Ridgers <[email protected]>2021-10-01 11:28:33 +0200
commit186d9df01dce00af465c2b3e21277d3bb99c9e4c (patch)
treea92fa1ec9ade01c6424b6ba26195d9e0da2f95c3 /xmake.lua
parentAdded some instructions for building on Linux (diff)
downloadzen-186d9df01dce00af465c2b3e21277d3bb99c9e4c.tar.xz
zen-186d9df01dce00af465c2b3e21277d3bb99c9e4c.zip
Removed `-fshort-wchar` compiler flag on Linux
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")