mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 09:09:47 +02:00
Add '-Wno-underaligned-exception-object" to CMake build
This commit is contained in:
parent
4b76af5314
commit
e3f33b3367
@ -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}>
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user