summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-16 22:50:54 +0800
committerruki <[email protected]>2023-01-16 22:50:54 +0800
commit130a8e4d62be37e6696c90015a70d6f6d0b225da (patch)
treea65b58e94e160d3066e2c3bb4bc0d46234c573cd
parent503e32aa9f2b40e3f5c3167e67d732c79ec26440 (diff)
remove logs
-rw-r--r--xmake/modules/core/tools/c51.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/core/tools/c51.lua b/xmake/modules/core/tools/c51.lua
index 803d6f3c0..d5fb68a92 100644
--- a/xmake/modules/core/tools/c51.lua
+++ b/xmake/modules/core/tools/c51.lua
@@ -32,8 +32,6 @@ end
-- make the optimize flag
function nf_optimize(self, level)
local kind = self:kind()
- print("kind", kind)
- print("level", level)
if language.sourcekinds()[kind] then
local maps = {
fast = "OT(8,SPEED)"