How do you disable multithreading? #3033
Unanswered
makorendev
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to disable multithreading to get around the issue in #2036, since I'm just trying to learn C and bgfx and don't care about performance. But I can't figure out how to disable multithreading with the
BGFX_CONFIG_MULTITHREADED
flag, and I can't find any answers online. There is a section in the docs about using the compiler options, but it doesn't describe how you use them to change this flag.Beta Was this translation helpful? Give feedback.
All reactions