Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
RingRacers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dr_Nope
RingRacers
Commits
069e3589
Commit
069e3589
authored
5 years ago
by
James R.
Browse files
Options
Downloads
Patches
Plain Diff
Use GCC 8.1 for x86_64
(cherry picked from commit 658b8dcfa95935bbaef92c15476ad57ecc96950f)
parent
32ef2ec1
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
appveyor.yml
+3
-3
3 additions, 3 deletions
appveyor.yml
with
3 additions
and
3 deletions
appveyor.yml
+
3
−
3
View file @
069e3589
...
...
@@ -9,7 +9,7 @@ environment:
# c:\mingw-w64 i686 has gcc 6.3.0, so use c:\msys64 7.3.0 instead
MINGW_SDK
:
c:\msys64\mingw32
# c:\msys64 x86_64 has gcc 8.2.0, so use c:\mingw-w64 7.3.0 instead
MINGW_SDK_64
:
C:\mingw-w64\x86_64-
7.3
.0-posix-seh-rt_v
5
-rev0\mingw64
MINGW_SDK_64
:
C:\mingw-w64\x86_64-
8.1
.0-posix-seh-rt_v
6
-rev0\mingw64
CFLAGS
:
-Wall -W -Werror -Wno-error=implicit-fallthrough -Wimplicit-fallthrough=3 -Wno-tautological-compare -Wno-error=suggest-attribute=noreturn
NASM_ZIP
:
nasm-2.12.01
NASM_URL
:
http://www.nasm.us/pub/nasm/releasebuilds/2.12.01/win64/nasm-2.12.01-win64.zip
...
...
@@ -83,8 +83,8 @@ before_build:
-
ccache -V
-
ccache -s
-
if [%NOUPX%] == [1] ( set "NOUPX=NOUPX=1" ) else ( set "NOUPX=" )
-
set "SRB2_MFLAGS=-C src WARNINGMODE=1 CCACHE=1
GCC73=1
NOOBJDUMP=1 %NOUPX%"
-
if [%X86_64%] == [1] ( set "MINGW_FLAGS=MINGW64=1 X86_64=1" ) else ( set "MINGW_FLAGS=MINGW=1 GCC91=1" )
-
set "SRB2_MFLAGS=-C src WARNINGMODE=1 CCACHE=1 NOOBJDUMP=1 %NOUPX%"
-
if [%X86_64%] == [1] ( set "MINGW_FLAGS=MINGW64=1 X86_64=1
GCC81=1
" ) else ( set "MINGW_FLAGS=MINGW=1 GCC91=1" )
-
set "SRB2_MFLAGS=%SRB2_MFLAGS% %MINGW_FLAGS% %CONFIGURATION%=1"
build_script
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment