-
Notifications
You must be signed in to change notification settings - Fork 3.4k
CanUSE_PTHREADS
and MINIMAL_RUNTIME
exist at the same time?
#12578
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
Comments
I found the problem: it's because there is inrelevant code not been deleted:
Same problem here, no need
I can help open a PR, but I would need some hints! |
Yes, I fix the issue by
|
This issue has been automatically marked as stale because there has been no activity in the past year. It will be closed automatically if no further activity occurs in the next 30 days. Feel free to re-open at any time if this issue is still relevant. |
@kripken I haven't checked this issue for a long time. Not sure if this issue still an issue. |
I believe this should be fixed, as we have tests for it now. |
Can
USE_PTHREADS
andMINIMAL_RUNTIME
exist at the same time?I have a simple pthread code
test.c
.I run em with the following arguments:
Then I got an error:
I use version
2.0.7
.test.c
looks like:The text was updated successfully, but these errors were encountered: