diff options
| author | William Wilgus <me.theuser@yahoo.com> | 2019-06-27 19:19:07 -0500 |
|---|---|---|
| committer | William Wilgus <me.theuser@yahoo.com> | 2019-07-09 01:03:58 +0200 |
| commit | c7f26de2bfc25865286bfe11b551ff1d3ca7104f (patch) | |
| tree | 140132c2846a00c410ac6663f49adeac90a95992 /apps/plugins/lua/luaconf.h | |
| parent | 3e504c3dcd16ec93fb70b10c4f5a361633d7a77b (diff) | |
| download | rockbox-c7f26de2bfc25865286bfe11b551ff1d3ca7104f.zip rockbox-c7f26de2bfc25865286bfe11b551ff1d3ca7104f.tar.gz rockbox-c7f26de2bfc25865286bfe11b551ff1d3ca7104f.tar.bz2 rockbox-c7f26de2bfc25865286bfe11b551ff1d3ca7104f.tar.xz | |
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
Diffstat (limited to 'apps/plugins/lua/luaconf.h')
| -rw-r--r-- | apps/plugins/lua/luaconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |