summaryrefslogtreecommitdiffhomepage
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/appveyor.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/appveyor.rb b/target/appveyor.rb
index 25745daa8..f866f1ead 100644
--- a/target/appveyor.rb
+++ b/target/appveyor.rb
@@ -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