mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 14:25:46 -04:00
Build: Improve MacOS support
This commit is contained in:
@ -88,7 +88,8 @@ if(${CPU_ARCH} STREQUAL "aarch64")
|
||||
)
|
||||
endif()
|
||||
|
||||
if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
|
||||
message("Enabling vixl debug assertions")
|
||||
target_compile_definitions(vixl PUBLIC VIXL_DEBUG)
|
||||
endif()
|
||||
# Currently disabled becuase the old rec sucks.
|
||||
#if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
|
||||
# message("Enabling vixl debug assertions")
|
||||
# target_compile_definitions(vixl PUBLIC VIXL_DEBUG)
|
||||
#endif()
|
||||
|
Reference in New Issue
Block a user