diff options
| author | wtz <[email protected]> | 2023-07-19 12:35:52 +0800 |
|---|---|---|
| committer | wtz <[email protected]> | 2023-07-19 12:35:52 +0800 |
| commit | f75224a8435d0eb9cdda79f8bc571eeef25a8e33 (patch) | |
| tree | 278e00b17c8f5558df1c1a21f1204078ea62a58f /core/xmake.lua | |
| parent | ca83e9a78b7f2d45e833fa705c880867ad2381c6 (diff) | |
Fix grammar
Diffstat (limited to 'core/xmake.lua')
| -rw-r--r-- | core/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/xmake.lua b/core/xmake.lua index 45d7ac5f4..dcbab5cf6 100644 --- a/core/xmake.lua +++ b/core/xmake.lua @@ -7,7 +7,7 @@ set_version("2.8.1", {build = "%Y%m%d"}) -- set xmake min version set_xmakever("2.2.3") --- set warning all as error +-- set all warnings as errors set_warnings("all", "error") -- set language: c99, c++11 @@ -25,7 +25,7 @@ end -- disable some compiler errors add_cxflags("-Wno-error=deprecated-declarations", "-fno-strict-aliasing", "-Wno-error=nullability-completeness", "-Wno-error=parentheses-equality") --- add defines +-- add definitions add_defines("_GNU_SOURCE=1", "_FILE_OFFSET_BITS=64", "_LARGEFILE_SOURCE") -- add vectorexts |
