mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 10:21:21 +00:00
3rdparty/fusion: Always do build in release mode
this library has python numpy dependency in debug build
This commit is contained in:
parent
5084fb82b8
commit
26ce38a4ac
4
3rdparty/fusion/CMakeLists.txt
vendored
4
3rdparty/fusion/CMakeLists.txt
vendored
@ -1 +1,5 @@
|
||||
# To avoid python numpy dependency in debug build, force release build of this library
|
||||
set(ORIG_BUILD_TYPE ${CMAKE_BUILD_TYPE})
|
||||
set(CMAKE_BUILD_TYPE Release)
|
||||
add_subdirectory(fusion EXCLUDE_FROM_ALL)
|
||||
set(CMAKE_BUILD_TYPE ${ORIG_BUILD_TYPE})
|
||||
|
Loading…
x
Reference in New Issue
Block a user