diff options
| author | ruki <[email protected]> | 2024-02-05 23:54:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-02-05 23:54:11 +0800 |
| commit | 7da1f4565975341780560026fe0e28a51091ce70 (patch) | |
| tree | d822305b1cbbb98af5a734596ad8e7351bac2912 | |
| parent | 62f498ded882ce0f43bc7ee287d91c59827a5fa2 (diff) | |
disable strip
| -rw-r--r-- | xmake/modules/core/tools/cosmocc.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/modules/core/tools/cosmocc.lua b/xmake/modules/core/tools/cosmocc.lua index 003634995..978b03395 100644 --- a/xmake/modules/core/tools/cosmocc.lua +++ b/xmake/modules/core/tools/cosmocc.lua @@ -26,3 +26,7 @@ function init(self) _super.init(self) end +-- make the strip flag +function nf_strip(self, level) +end + |
