From 9f0410789d02fe0d91c46e35b83b31c4cf8d0442 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 29 Oct 2021 22:51:36 +0900 Subject: boxing_nan.h: allow `MRB_INT64` with `MRB_NAN_BOXING`. Integers out of 32 bit range will be allocated in the heap. --- build_config/boxing.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'build_config') diff --git a/build_config/boxing.rb b/build_config/boxing.rb index 4b07c22e1..d861bd537 100644 --- a/build_config/boxing.rb +++ b/build_config/boxing.rb @@ -3,8 +3,6 @@ bits = [64, 32] ints = [64, 32] boxings.product(bits, ints) do |boxing, bit, int| - next if boxing == "nan" && int == 64 - MRuby::Build.new("boxing-#{boxing}-m#{bit}-i#{int}") do |conf| conf.toolchain :gcc conf.gembox 'default' -- cgit v1.2.3