1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

Add '-Wno-underaligned-exception-object" to CMake build

This commit is contained in:
Leland Lucius 2020-03-30 11:38:02 -05:00
parent 4b76af5314
commit e3f33b3367

View File

@ -1036,6 +1036,7 @@ list( APPEND DEFINES
list( APPEND OPTIONS
PRIVATE
$<$<CXX_COMPILER_ID:MSVC>:/permissive->
$<$<CXX_COMPILER_ID:AppleClang,Clang>:-Wno-underaligned-exception-object>
# $<$<CXX_COMPILER_ID:GNU>:-Wl,-rpath -Wl,${_RPATH}>
)