summaryrefslogtreecommitdiff
path: root/core/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-07-06 00:41:09 +0800
committerruki <[email protected]>2019-07-05 22:11:19 +0800
commitb3b0af1047bbc2f8e2e938e9ba3adb232e7a2f44 (patch)
treec192529a6854352d352bbe5e5e9286e974d999a3 /core/xmake.lua
parent671b2c12e93a877e39f212577f9266ed95a9ed2d (diff)
modify xmake.lua
Diffstat (limited to 'core/xmake.lua')
-rw-r--r--core/xmake.lua9
1 files changed, 0 insertions, 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")