fix: sync dock toggles and make autoplay toolbar-only
Some checks failed
Build for Windows / build-windows (push) Has been cancelled
Some checks failed
Build for Windows / build-windows (push) Has been cancelled
This commit is contained in:
@@ -108,8 +108,10 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clan
|
||||
if (UNIX AND NOT APPLE)
|
||||
target_compile_options(qobuz-qt PRIVATE
|
||||
-fstack-protector-strong
|
||||
-D_FORTIFY_SOURCE=2
|
||||
-fPIE
|
||||
# _FORTIFY_SOURCE needs optimized builds; in Debug it causes warning spam.
|
||||
$<$<OR:$<CONFIG:Release>,$<CONFIG:RelWithDebInfo>,$<CONFIG:MinSizeRel>>:-D_FORTIFY_SOURCE=2>
|
||||
$<$<CONFIG:Debug>:-U_FORTIFY_SOURCE>
|
||||
)
|
||||
target_link_options(qobuz-qt PRIVATE
|
||||
-pie
|
||||
|
||||
Reference in New Issue
Block a user