mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add /std:c++latest option to VC CXX_ABI build.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user