mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-16 09:31:14 +01:00
Add '-Wno-underaligned-exception-object" to CMake build
This commit is contained in:
@@ -1036,6 +1036,7 @@ list( APPEND DEFINES
|
|||||||
list( APPEND OPTIONS
|
list( APPEND OPTIONS
|
||||||
PRIVATE
|
PRIVATE
|
||||||
$<$<CXX_COMPILER_ID:MSVC>:/permissive->
|
$<$<CXX_COMPILER_ID:MSVC>:/permissive->
|
||||||
|
$<$<CXX_COMPILER_ID:AppleClang,Clang>:-Wno-underaligned-exception-object>
|
||||||
# $<$<CXX_COMPILER_ID:GNU>:-Wl,-rpath -Wl,${_RPATH}>
|
# $<$<CXX_COMPILER_ID:GNU>:-Wl,-rpath -Wl,${_RPATH}>
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user