diff options
| author | TitanSnow <[email protected]> | 2017-05-25 08:07:12 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-25 08:12:46 +0800 |
| commit | b91fc2f5a31c9a7aefbc5585a60b14d6cfa614fa (patch) | |
| tree | e4b206979a8e86f35e4c05b213acde2db949cf4e /core/xmake.lua | |
| parent | 4fafe79dd79efe67c3ed92362152a8aa883788c7 (diff) | |
| parent | ea123cda41560f549861eca8222a4153cb72bbd6 (diff) | |
Merge branch 'dev' into installtest
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 |
