mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2025-01-20 15:55:40 +00:00
Update rpcs3.git
This commit is contained in:
parent
26624b335d
commit
a956eeecae
|
@ -58,9 +58,13 @@ modules:
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
builddir: true
|
builddir: true
|
||||||
build-options:
|
build-options:
|
||||||
cflags: &optflags -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer
|
cflags: &optflags -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
|
||||||
|
-grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
|
||||||
|
-fcf-protection -fno-omit-frame-pointer
|
||||||
cflags-override: true
|
cflags-override: true
|
||||||
cxxflags: -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -msse -msse2 -mcx16
|
cxxflags: -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
|
||||||
|
-grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
|
||||||
|
-fcf-protection -fno-omit-frame-pointer -msse -msse2 -mcx16
|
||||||
cxxflags-override: true
|
cxxflags-override: true
|
||||||
env:
|
env:
|
||||||
AR: llvm-ar
|
AR: llvm-ar
|
||||||
|
@ -140,4 +144,4 @@ modules:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/RPCS3/rpcs3.git
|
url: https://github.com/RPCS3/rpcs3.git
|
||||||
branch: master
|
branch: master
|
||||||
commit: 94a7e52c1f52b1df24f579309b65e5fa71b8418f
|
commit: 4a86638ce898e3bd68ade8e7ba794253782ea411
|
||||||
|
|
Loading…
Reference in a new issue