summaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor.yml
diff options
context:
space:
mode:
author Julian Sikorski <belegdol+github@gmail.com>2020-07-23 18:20:46 +0200
committer GitHub <noreply@github.com>2020-07-23 12:20:46 -0400
commitab45b2dba4e3665d1f5c598ee91d98b2b9676905 (patch)
treee1114e4626b461c8d350106378ee54dd651fb8e5 /.appveyor.yml
parent45e89a40b0ac7d7009d21964edb5a64a78ebb515 (diff)
Switch appveyor GCC build to -O3 (issue 6804) (#6987)
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index cc90d86420f..be4beda5918 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -38,7 +38,7 @@ for:
- bash -lc "pacman -Syu --noconfirm"
- bash -lc "pacman -Syu --noconfirm"
build_script:
- - bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && export MINGW64=/mingw64 && make SUBTARGET=tiny PTR64=1 TOOLS=1 OPTIMIZE=1 IGNORE_GIT=1 -j3"
+ - bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && export MINGW64=/mingw64 && make SUBTARGET=tiny PTR64=1 TOOLS=1 OPTIMIZE=3 IGNORE_GIT=1 -j3"
test_script:
- \projects\mame\mametiny64.exe -validate
after_test: