mruby-strip doesn't need mrbgems

Reduces executable size by more than 50% (409->171 KB).
This commit is contained in:
cremno
2014-08-04 12:26:36 +02:00
parent 0fa3668e91
commit cc4c22c5f5
@@ -142,7 +142,7 @@ main(int argc, char **argv)
print_usage(argv[0]);
return EXIT_FAILURE;
}
mrb = mrb_open();
mrb = mrb_open_core(mrb_default_allocf, NULL);
if (mrb == NULL) {
fputs("Invalid mrb_state, exiting mruby-strip\n", stderr);
return EXIT_FAILURE;