diff options
| author | ruki <[email protected]> | 2019-07-06 00:41:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-07-05 22:11:19 +0800 |
| commit | b3b0af1047bbc2f8e2e938e9ba3adb232e7a2f44 (patch) | |
| tree | c192529a6854352d352bbe5e5e9286e974d999a3 /core/xmake.lua | |
| parent | 671b2c12e93a877e39f212577f9266ed95a9ed2d (diff) | |
modify xmake.lua
Diffstat (limited to 'core/xmake.lua')
| -rw-r--r-- | core/xmake.lua | 9 |
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") |
