Revert "Disable Ruby preallocated symbols"

This reverts commit 59f139e03f050743b84c06706fc629583992f62a.
This commit is contained in:
Alex Kotov 2022-11-27 19:38:50 +04:00
parent e4223a75af
commit d267f401c6
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 0 additions and 4 deletions

View File

@ -4,13 +4,10 @@ DEST_DIR = File.join(ROOT_DIR, 'dest').freeze
MRuby::CrossBuild.new 'mrubyvisor' do |conf|
conf.toolchain :gcc
conf.disable_presym
conf.cc.defines <<
'MRB_NO_BOXING' <<
'MRB_NO_FLOAT' <<
'MRB_NO_GEMS' <<
'MRB_NO_PRESYM' <<
'MRB_NO_STDIO'
conf.cc.flags <<

View File

@ -21,7 +21,6 @@ CPPFLAGS = \
-DMRB_NO_BOXING \
-DMRB_NO_FLOAT \
-DMRB_NO_GEMS \
-DMRB_NO_PRESYM \
-DMRB_NO_STDIO
OBJS = start.S.o main.c.o