Is there a way to ignore untested target error when compiling under OpenBSD for building continuwuity project? #4
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/jemallocator#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
pub static UNTESTED_TARGETS: &[&str] = &["openbsd", "msvc"];I've noticed that bit of code that would essentially prevent me from compiling said dependency for Continuwuity in OpenBSD. The thing is, I've managed to get it quite working with runtime bindgen under OpenBSD, albeit without jemallocator, and I would genuinely love to see it made possible to ignore untested or unsupported bits as I'm expanding into BSD :3c
so yeah, the title!! uwu
Is there a way to ignore that when using that under OpenBSD for building continuwuity project?to Is there a way to ignore untested target error when compiling under OpenBSD for building continuwuity project?Closed since it's not worth the effort, besides OpenBSD malloc is already top-tier but yeahh