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

multiple definition of malloc, calloc, and free #65

Open
noahbliss opened this issue Mar 12, 2024 · 0 comments
Open

multiple definition of malloc, calloc, and free #65

noahbliss opened this issue Mar 12, 2024 · 0 comments

Comments

@noahbliss
Copy link
Collaborator

Cross-posting this issue: https://github.com/esp-rs/esp-wifi/issues/438

I use another crate which wraps some C code. That crate and this crate both rely on the C functions listed in the title. When both crates are used, the compiler dies of an aneurysm. Would it make sense to make a default-enabled feature which enables these functions inside the crate, but that users can opt-out of if they have implemented them inside their own parent project?

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