mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-01-13 02:43:54 +08:00
remove +lowperf flag for now from all build scripts
This commit is contained in:
parent
ce9b957c3d
commit
36f57bfd04
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user