summaryrefslogtreecommitdiff
path: root/xmake/core/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/main.lua')
-rw-r--r--xmake/core/main.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua
index d856fc686..dab1627db 100644
--- a/xmake/core/main.lua
+++ b/xmake/core/main.lua
@@ -101,7 +101,7 @@ end
function main.done()
-- start profiling
- profiler:start()
+-- profiler:start()
-- init
main._init()
@@ -123,7 +123,7 @@ function main.done()
end
-- stop profiling
- profiler:stop()
+-- profiler:stop()
-- ok
return 0