aboutsummaryrefslogtreecommitdiff
path: root/nomsu_compiler.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu_compiler.lua')
-rw-r--r--nomsu_compiler.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_compiler.lua b/nomsu_compiler.lua
index f262dd8..91e1237 100644
--- a/nomsu_compiler.lua
+++ b/nomsu_compiler.lua
@@ -136,7 +136,7 @@ local compile = setmetatable({
return compile.action["lua >"](compile, code)
end,
["use"] = function(compile, path)
- return LuaCode("run_file_1_in(" .. tostring(compile(path)) .. ", _ENV)")
+ return LuaCode("run_file_1_in(" .. tostring(compile(path)) .. ", _ENV, OPTIMIZATION)")
end,
["tests"] = function(compile)
return LuaCode("TESTS")