Add /std:c++latest option to VC CXX_ABI build.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-06-15 23:39:35 +09:00
parent 474545bba2
commit 95169097fc
+2
View File
@@ -33,6 +33,8 @@ MRuby::Build.new('cxx_abi') do |conf|
toolchain :visualcpp
conf.gembox 'full-core'
# C compiler settings
conf.cc.flags << "/std:c++latest"
conf.compilers.each do |c|
c.defines += %w(MRB_GC_FIXED_ARENA)
end