summaryrefslogtreecommitdiff
path: root/xmake/core/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-03-28 13:04:24 +0800
committerruki <[email protected]>2016-03-28 13:04:24 +0800
commit7edb31caaa3d1a0d58737324b6af85cb3b2d2c75 (patch)
treee041e67878bdaef387742986debb08b639274995 /xmake/core/main.lua
parentf86b3d2ae37f1bb0633246f7d1cea81f996b7d48 (diff)
optimizate option menu
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