You need to sign in or sign up before continuing.
Commit e05a3d96 authored by nanahira's avatar nanahira

add premake5 for lua memory

parent 54e75245
Subproject commit ca5bd0f5e1b4113d7e046d8228b70fc2281d08eb Subproject commit c839efc376239d72400ee84c42851d8ad76b5535
...@@ -100,6 +100,7 @@ boolOptions = { ...@@ -100,6 +100,7 @@ boolOptions = {
"no-lua-safe", "no-lua-safe",
"message-debug", "message-debug",
"no-side-check", "no-side-check",
"log-lua-memory-size",
} }
for _, boolOption in ipairs(boolOptions) do for _, boolOption in ipairs(boolOptions) do
...@@ -112,6 +113,7 @@ numberOptions = { ...@@ -112,6 +113,7 @@ numberOptions = {
"min-deck", "min-deck",
"max-extra", "max-extra",
"max-side", "max-side",
"lua-memory-size",
} }
for _, numberOption in ipairs(numberOptions) do for _, numberOption in ipairs(numberOptions) do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment