SCRIPT: Lower OPT flags from Win script

This commit is contained in:
Ian 2023-04-01 18:11:28 -04:00 committed by GitHub
parent 64d86f2645
commit c60b0677c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -9,17 +9,17 @@ echo ========================
echo compiling FTE CCQC echo compiling FTE CCQC
echo ======================== echo ========================
echo. echo.
fteqcc-cli-win.exe -O3 -srcfile ../progs/fte-client.src fteqcc-cli-win.exe -srcfile ../progs/fte-client.src
echo. echo.
echo ======================== echo ========================
echo compiling FTE SSQC echo compiling FTE SSQC
echo ======================== echo ========================
echo. echo.
fteqcc-cli-win.exe -O3 -srcfile ../progs/fte-server.src fteqcc-cli-win.exe -srcfile ../progs/fte-server.src
echo. echo.
echo ======================== echo ========================
echo compiling STANDARD QC echo compiling STANDARD QC
echo ======================== echo ========================
echo. echo.
fteqcc-cli-win.exe -O3 -srcfile ../progs/standard.src fteqcc-cli-win.exe -O2 -srcfile ../progs/standard.src
pause pause