diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-09-20 19:13:17 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-09-20 19:13:17 +0900 |
| commit | d6dd6f0e7bb8977ed97a032256d34033ac15905a (patch) | |
| tree | f07699b3752fd8738b9a8dce9e1511663a3c9d64 /build_config/ci | |
| parent | 8be78dbf9d41a7cbe5c6228ec872a787de0f5adc (diff) | |
| download | mruby-d6dd6f0e7bb8977ed97a032256d34033ac15905a.tar.gz mruby-d6dd6f0e7bb8977ed97a032256d34033ac15905a.zip | |
Update `struct` initializer to work with relatively older `C++`.
Diffstat (limited to 'build_config/ci')
| -rw-r--r-- | build_config/ci/gcc-clang.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config/ci/gcc-clang.rb b/build_config/ci/gcc-clang.rb index eb4331e65..eeaab5d0f 100644 --- a/build_config/ci/gcc-clang.rb +++ b/build_config/ci/gcc-clang.rb @@ -28,7 +28,7 @@ MRuby::Build.new('cxx_abi') do |conf| conf.toolchain conf.gembox 'full-core' - conf.cc.flags += %w(-fpermissive) + conf.cc.flags += %w(-fpermissive -std=gnu++03) conf.compilers.each do |c| c.defines += %w(MRB_GC_FIXED_ARENA MRB_UTF8_STRING) end |
