From e1df88a217e8f122a6e3cbd5043c53c3f6d51aaa Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 24 May 2017 23:46:29 +0800 Subject: remove mxflags --- core/xmake.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/xmake.lua') 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 -- cgit v1.3.1