diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-06-05 15:58:42 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 16:21:06 +0900 |
| commit | 3a64cde61d6cbc24a640b8d38434e86168d9362e (patch) | |
| tree | 860eca9b1bda385e25016c0c66dabceb85ba5dec /.github | |
| parent | 4684864f04a8615a455c15490a53a97e2ca676d2 (diff) | |
| download | mruby-3a64cde61d6cbc24a640b8d38434e86168d9362e.tar.gz mruby-3a64cde61d6cbc24a640b8d38434e86168d9362e.zip | |
Add `/std:c++latest` to VC option in `build.yml`.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15ea84ff1..0a553c919 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -125,4 +125,4 @@ jobs: MRUBY_TARGET: appveyor # TODO(take-cheeze): Re-enable /O2 CFLAGS: "/c /nologo /W3 /we4013 /Zi /MD /D_CRT_SECURE_NO_WARNINGS" - CXXFLAGS: "/c /nologo /W3 /Zi /MD /EHs /D_CRT_SECURE_NO_WARNINGS" + CXXFLAGS: "/c /nologo /W3 /Zi /MD /EHs /D_CRT_SECURE_NO_WARNINGS /std:c++latest" |
