diff options
| author | ruki <[email protected]> | 2017-05-24 23:46:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-05-24 23:46:29 +0800 |
| commit | e1df88a217e8f122a6e3cbd5043c53c3f6d51aaa (patch) | |
| tree | bf79ea05eb5e4c7060cefc0d151b76768c55f861 /core/xmake.lua | |
| parent | 1e3a6e951e01383ac07c960ff16207e37dedd404 (diff) | |
remove mxflags
Diffstat (limited to 'core/xmake.lua')
| -rw-r--r-- | core/xmake.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/xmake.lua b/core/xmake.lua index b8fdb4da6..581f91224 100644 --- a/core/xmake.lua +++ b/core/xmake.lua @@ -15,7 +15,6 @@ set_languages("c99", "cxx11") -- disable some compiler errors add_cxflags("-Wno-error=deprecated-declarations", "-fno-strict-aliasing") -add_mxflags("-Wno-error=deprecated-declarations", "-fno-strict-aliasing") -- add defines add_defines("_GNU_SOURCE=1", "_FILE_OFFSET_BITS=64", "_LARGEFILE_SOURCE") @@ -28,7 +27,6 @@ set_strip("all") -- fomit the frame pointer add_cxflags("-fomit-frame-pointer") -add_mxflags("-fomit-frame-pointer") -- for the windows platform (msvc) if is_plat("windows") then |
