remove +lowperf flag for now from all build scripts

This commit is contained in:
otavepto 2023-12-25 15:08:00 +02:00
parent ce9b957c3d
commit 36f57bfd04
2 changed files with 0 additions and 4 deletions

View File

@ -64,8 +64,6 @@ for (( i=1; i<=$#; i++ )); do
BUILD_TOOL_LOBBY32=0
elif [[ "$var" = "-tool-lobby-64" ]]; then
BUILD_TOOL_LOBBY64=0
elif [[ "$var" = "+lowperf" ]]; then
BUILD_LOW_PERF=1
elif [[ "$var" = "release" ]]; then
BUILD_TYPE=0
elif [[ "$var" = "debug" ]]; then

View File

@ -55,8 +55,6 @@ set /a BUILD_TYPE=-1
set /a BUILD_TOOL_FIND_ITFS=0
) else if "%~1"=="-tool-lobby" (
set /a BUILD_TOOL_LOBBY=0
) else if "%~1"=="+lowperf" (
set /a BUILD_LOW_PERF=1
) else if "%~1"=="-j" (
call :get_parallel_threads_count %~2 || (
call :err_msg "Invalid arg after -j, expected a number"