OpenMP isn't supported anymore, so don't set OMP_WAIT_POLICY in cwesnoth.cmd.

This commit is contained in:
Pentarctagon 2019-07-24 19:53:41 -05:00
parent edaeca2ab6
commit e47fc68ef0

View File

@ -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