mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-27 00:00:38 +00:00
Enable -fvisibility-inline=hidden when supported.
This makes the binaries smaller and quicker to link.
This commit is contained in:
parent
4bc5a76b94
commit
e18cb61c00
@ -7,6 +7,7 @@ enable_if_supported(COMPILER_FLAGS "-Wshorten-64-to-32")
|
||||
enable_if_supported(COMPILER_FLAGS "-fno-omit-frame-pointer")
|
||||
enable_if_supported(COMPILER_FLAGS "-mmacosx-version-min=10.9")
|
||||
enable_if_supported(COMPILER_FLAGS "/Oy-")
|
||||
enable_if_supported(COMPILER_FLAGS "-fvisibility-inlines-hidden")
|
||||
|
||||
# Flags only for external libs
|
||||
enable_if_supported(COMPILER_FLAGS_THIRD_PARTY "-Wno-shorten-64-to-32")
|
||||
|
Loading…
Reference in New Issue
Block a user