mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01:00
💩 Remove Breakpad Crash Reports
This commit is contained in:
@@ -204,10 +204,6 @@ elseif( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
|
||||
message( STATUS " MacOS SDK: ${CMAKE_OSX_SYSROOT}" )
|
||||
message( STATUS )
|
||||
|
||||
if(${_OPT}has_crashreports)
|
||||
set(CMAKE_XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT "dwarf-with-dsym")
|
||||
endif()
|
||||
|
||||
endif()
|
||||
|
||||
# Try to get the current commit information
|
||||
@@ -476,9 +472,6 @@ add_subdirectory( "cmake-proxies" )
|
||||
resolve_conan_dependencies()
|
||||
|
||||
add_subdirectory( "help" )
|
||||
if(${_OPT}has_crashreports)
|
||||
add_subdirectory( "crashreports" )
|
||||
endif()
|
||||
add_subdirectory( "images" )
|
||||
add_subdirectory( "libraries" )
|
||||
add_subdirectory( "locale" )
|
||||
|
||||
Reference in New Issue
Block a user