diff options
| author | Martin Ridgers <[email protected]> | 2021-10-01 11:28:33 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-10-01 11:28:33 +0200 |
| commit | 186d9df01dce00af465c2b3e21277d3bb99c9e4c (patch) | |
| tree | a92fa1ec9ade01c6424b6ba26195d9e0da2f95c3 /xmake.lua | |
| parent | Added some instructions for building on Linux (diff) | |
| download | zen-186d9df01dce00af465c2b3e21277d3bb99c9e4c.tar.xz zen-186d9df01dce00af465c2b3e21277d3bb99c9e4c.zip | |
Removed `-fshort-wchar` compiler flag on Linux
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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") |