1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Drop shared_libs meson option.

This commit is contained in:
Bartosz Taudul
2024-02-11 17:22:38 +01:00
parent 783bc7c939
commit 8731f3bc73
3 changed files with 4 additions and 4 deletions
-3
View File
@@ -120,9 +120,6 @@ if get_option('debuginfod')
endif
tracy_shared_libs = get_option('default_library') == 'shared'
if not tracy_shared_libs and get_option('shared_libs')
warning('tracy_shared_libs is set to true, but default_library is set to static. Building static library.')
endif
if tracy_shared_libs
tracy_compile_args += ['-DTRACY_EXPORTS']