mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-15 13:10:35 +00:00
OpenMP isn't supported anymore, so don't set OMP_WAIT_POLICY in cwesnoth.cmd.
This commit is contained in:
parent
edaeca2ab6
commit
e47fc68ef0
|
@ -11,11 +11,6 @@ setlocal
|
|||
rem Disable stdout.txt/stderr.txt redirection in SDLmain.
|
||||
set SDL_STDIO_REDIRECT=0
|
||||
|
||||
rem OpenMP builds need to set this variable on startup and relaunch Wesnoth in
|
||||
rem order to prevent constant busy waits. Do it here so the restart doesn't
|
||||
rem cause this script to return to the shell too early.
|
||||
set OMP_WAIT_POLICY=PASSIVE
|
||||
|
||||
wesnoth --wconsole %*
|
||||
|
||||
endlocal
|
||||
|
|
Loading…
Reference in New Issue
Block a user