Skip to content
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

GCC 11.4: "error: macro names must be identifiers" when enabling ASan / LSan via CMake #1827

Open
IngmarVoigt2 opened this issue Dec 6, 2024 · 0 comments

Comments

@IngmarVoigt2
Copy link

both

add_compile_definitions(-fsanitize=address)

and

add_compile_definitions(-fsanitize=leak)

give me

 <command-line>: error: macro names must be identifiers

Any idea how to solve that?

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

No branches or pull requests

1 participant