mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add -s option to mrbc for make variable static
This commit is contained in:
@@ -16,7 +16,10 @@
|
||||
*/
|
||||
MRB_BEGIN_DECL
|
||||
|
||||
#define DUMP_DEBUG_INFO 1
|
||||
/* flags for mrb_dump_irep{,_binary,_cfunc,_cstruct} */
|
||||
#define MRB_DUMP_DEBUG_INFO 1
|
||||
#define MRB_DUMP_STATIC 2
|
||||
#define DUMP_DEBUG_INFO MRB_DUMP_DEBUG_INFO /* deprecated */
|
||||
|
||||
int mrb_dump_irep(mrb_state *mrb, const mrb_irep *irep, uint8_t flags, uint8_t **bin, size_t *bin_size);
|
||||
#ifndef MRB_NO_STDIO
|
||||
|
||||
Reference in New Issue
Block a user