mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-31 23:29:21 +02:00
Update CMakeLists.txt
This commit is contained in:
parent
8a7cb9147a
commit
e44dd9fa3f
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ else()
|
|||
endif()
|
||||
|
||||
if(ASAN)
|
||||
add_compile_options(-fsanitize=address)
|
||||
add_compile_options(-fsanitize=address -Wno-error=maybe-uninitialized)
|
||||
add_link_options(-fsanitize=address)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue