You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When building glib it will find libsysprof-capture-4.a on your system and enable tracing in the library. Then it will require you to link against it which is not desired.
Proposed solution
Disable it when building meson -Dsysprof=disabled build by default.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When building glib it will find
libsysprof-capture-4.a
on your system and enable tracing in the library. Then it will require you to link against it which is not desired.Proposed solution
Disable it when building
meson -Dsysprof=disabled build
by default.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: