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
+4
View File
@@ -75,6 +75,10 @@ vx.xx.x (xxxx-xx-xx)
ignores global constructors that have side effects.
- ZoneText and ZoneName macros now have a printf-like variant, denoted with
a 'F' postfix.
- The 'tracy_shared_libs' Meson option was removed. Use interface provided
by Meson to set the library type instead.
- Dropped the 'tracy_' prefix from Meson options. The `tracy_enable` option
remains as it was, as it can be inherited from parent projects.
v0.10.0 (2023-10-16)