Skip to content

fix: fixed default values for TRACY_NO_XXX options. #7723

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 24, 2025

Conversation

zzxzzk115
Copy link
Contributor

For the TRACY_NO_XXX options, since they are defined in inverted form (e.g., callstack = true corresponds to TRACY_NO_CALLSTACK OFF), their default values should be set to true, as the original values are OFF in Tracy's CMakeLists.txt.

Otherwise, it may lead to potential issues on certain platforms, such as this one on Linux.

@SirLynix SirLynix merged commit c373de0 into xmake-io:dev Jul 24, 2025
73 checks passed
zzxzzk115 added a commit to zzxzzk115/Vultra that referenced this pull request Jul 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants