mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Merge pull request #14501 from LunaMoo/disableNEONforPNG
Disable NEON optimizations for libpng17 as a try to fix #14485
This commit is contained in:
commit
4a48f80638
@ -272,6 +272,7 @@ endforeach()
|
||||
if(NOT MSVC)
|
||||
if(ANDROID)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11")
|
||||
add_definitions(-DPNG_ARM_NEON_OPT=0)
|
||||
endif()
|
||||
if(CLANG)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-switch -Wno-uninitialized")
|
||||
|
Loading…
Reference in New Issue
Block a user