Skip to content

Commit

Permalink
Less agressive speed optimizations.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Jun 7, 2024
1 parent 7c05476 commit 0c4a2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/config_toolset.bat
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ REM return to current directory as vsdevcmd_end.bat switches to %USERPROFILE%\So
pushd %CD%
if "_%VSINSTALLDIR%_" == "__" call :Call_If_Exists "%B2_TOOLSET_ROOT%Auxiliary\Build\vcvarsall.bat" %B2_BUILD_ARGS%
popd
set "B2_CXX="%CXX%" /nologo /MD /TP /Feb2 /wd4996 /wd4675 /O2 /GL /EHsc /Zc:wchar_t /Gw"
set "B2_CXX="%CXX%" /nologo /MD /TP /Feb2 /wd4996 /wd4675 /Ox /GL /EHsc /Zc:wchar_t /Gw"
set "B2_CXX_LINK=/link kernel32.lib advapi32.lib user32.lib"
set "_known_=1"
goto :Embed_Minafest_Via_Link
Expand Down

0 comments on commit 0c4a2c0

Please sign in to comment.