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 = {
"no-lua-safe",
"message-debug",
"no-side-check",
"log-lua-memory-size",
}
for _, boolOption in ipairs(boolOptions) do
......@@ -112,6 +113,7 @@ numberOptions = {
"min-deck",
"max-extra",
"max-side",
"lua-memory-size",
}
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