summaryrefslogtreecommitdiff
path: root/core/xmake.lua
diff options
context:
space:
mode:
authorTitanSnow <[email protected]>2017-05-25 08:07:12 +0800
committerTitanSnow <[email protected]>2017-05-25 08:12:46 +0800
commitb91fc2f5a31c9a7aefbc5585a60b14d6cfa614fa (patch)
treee4b206979a8e86f35e4c05b213acde2db949cf4e /core/xmake.lua
parent4fafe79dd79efe67c3ed92362152a8aa883788c7 (diff)
parentea123cda41560f549861eca8222a4153cb72bbd6 (diff)
Merge branch 'dev' into installtest
Diffstat (limited to 'core/xmake.lua')
-rw-r--r--core/xmake.lua2
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