From c7f26de2bfc25865286bfe11b551ff1d3ca7104f Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Thu, 27 Jun 2019 19:19:07 -0500 Subject: lua remove error messages for pre-compiled chunks We don't have the functionality in the viewer to run pre-compiled chunks plus if anyone ever wants to add it its easy enough to remove the define frees 3K Change-Id: I8d2086e04b51e3ce147ab8741a7d354cb9bf1ade --- apps/plugins/lua/luaconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/lua/luaconf.h') diff --git a/apps/plugins/lua/luaconf.h b/apps/plugins/lua/luaconf.h index 109e680..3ed495b 100644 --- a/apps/plugins/lua/luaconf.h +++ b/apps/plugins/lua/luaconf.h @@ -758,6 +758,6 @@ union luai_Cast { double l_d; long l_l; }; */ #include "rockconf.h" - +#define LUAC_TRUST_BINARIES #endif -- cgit v1.1