summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-06-30 10:41:26 +0900
committerGitHub <[email protected]>2020-06-30 10:41:26 +0900
commit612e5d6aad7f224008735d57b19e5a81556cfd31 (patch)
tree52707f2f9417adcf2b980a392bf6cdffa310755c /.github
parentac8360003ecfa1ec21295533c9213f17fd8e39bb (diff)
parentba9f81db8b8b1bdf80f87559fe80bd37ddd0188f (diff)
downloadmruby-612e5d6aad7f224008735d57b19e5a81556cfd31.tar.gz
mruby-612e5d6aad7f224008735d57b19e5a81556cfd31.zip
Merge pull request #5028 from RoryO/msvc-optimize-shuffle-bug
Work around MSC optimization generating non functional code with Array#shuffle
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 81deb4515..1c6fa34b4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -101,6 +101,3 @@ jobs:
rake -E "STDOUT.sync=true" -m -j4 test
env:
MRUBY_CONFIG: appveyor_config.rb
- # 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"