add debug and release mode (#2585)

pull/2586/head
ruki 2 years ago committed by GitHub
parent ae285821f5
commit 633fc6db2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/l/lua/xmake.lua

@ -55,6 +55,8 @@ package("lua")
end
io.writefile("xmake.lua", format([[
add_rules("mode.release", "mode.debug")
local sourcedir = "%s"
local kind = "%s"
local enabled = %s

Loading…
Cancel
Save