fix: sync dock toggles and make autoplay toolbar-only
Some checks failed
Build for Windows / build-windows (push) Has been cancelled

This commit is contained in:
joren
2026-03-31 01:14:43 +02:00
parent 2aff8fda47
commit cdac82dbef
7 changed files with 26 additions and 8 deletions

View File

@@ -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