mirror of
https://github.com/libretro/QuickNES_Core.git
synced 2024-11-27 02:10:48 +00:00
Add OpenDingux target to .gitlab-ci.yml
This commit is contained in:
parent
55d47ca526
commit
89151d1812
@ -17,6 +17,8 @@ include:
|
||||
file: '/linux-x64.yml'
|
||||
- project: 'libretro-infrastructure/ci-templates'
|
||||
file: '/windows-x64-mingw.yml'
|
||||
- project: 'libretro-infrastructure/ci-templates'
|
||||
file: '/dingux-i386.yml'
|
||||
- project: 'libretro-infrastructure/ci-templates'
|
||||
file: '/android-jni.yml'
|
||||
|
||||
@ -36,7 +38,12 @@ libretro-build-windows-x64:
|
||||
extends:
|
||||
- .core-defs
|
||||
- .libretro-windows-x64-mingw-make-default
|
||||
|
||||
|
||||
libretro-build-dingux-i386:
|
||||
extends:
|
||||
- .core-defs
|
||||
- .libretro-dingux-i386-make-default
|
||||
|
||||
# Android
|
||||
android-armeabi-v7a:
|
||||
extends:
|
||||
|
2
Makefile
2
Makefile
@ -329,7 +329,7 @@ else ifeq ($(platform), gcw0)
|
||||
fpic := -fPIC
|
||||
SHARED := -shared -Wl,-version-script=link.T -Wl,-no-undefined
|
||||
PLATFORM_DEFINES := -DNO_UNALIGNED_ACCESS
|
||||
PLATFORM_DEFINES += -O3 -fomit-frame-pointer -march=mips32 -mtune=mips32r2 -mhard-float
|
||||
PLATFORM_DEFINES += -O3 -fomit-frame-pointer -march=mips32 -mtune=mips32r2 -mhard-float -ffast-math
|
||||
CXXFLAGS += -fno-rtti -fno-exceptions
|
||||
|
||||
# Windows MSVC 2017 all architectures
|
||||
|
Loading…
Reference in New Issue
Block a user