From b3b0af1047bbc2f8e2e938e9ba3adb232e7a2f44 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 6 Jul 2019 00:41:09 +0800 Subject: modify xmake.lua --- core/xmake.lua | 9 --------- 1 file changed, 9 deletions(-) diff --git a/core/xmake.lua b/core/xmake.lua index 4a73121ca..8cc3c6796 100644 --- a/core/xmake.lua +++ b/core/xmake.lua @@ -22,15 +22,6 @@ add_cxflags("-Wno-error=deprecated-declarations", "-fno-strict-aliasing", "-Wno- -- add defines add_defines("_GNU_SOURCE=1", "_FILE_OFFSET_BITS=64", "_LARGEFILE_SOURCE") --- set the symbols visibility: hidden -set_symbols("hidden") - --- strip all symbols -set_strip("all") - --- fomit the frame pointer -add_cxflags("-fomit-frame-pointer") - -- for the windows platform (msvc) if is_plat("windows") then add_cxflags("-MT") -- cgit v1.3.1