mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Force enabling NVIDIA threaded optimizations. Probably only works on Linux, but the extra putenv() call doesn't hurt anyone anywhere else.
git-svn-id: https://svn.eduke32.com/eduke32@6439 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
29fc836bb1
commit
ac3faa5fd4
1 changed files with 2 additions and 0 deletions
|
@ -437,6 +437,8 @@ int main(int argc, char *argv[])
|
|||
|
||||
if ((argp = Bgetenv("BUILD_NOFOG")) != NULL)
|
||||
nofog = Batol(argp);
|
||||
|
||||
putenv("__GL_THREADED_OPTIMIZATIONS=1");
|
||||
#endif
|
||||
|
||||
buildkeytranslationtable();
|
||||
|
|
Loading…
Reference in a new issue