Skip to content

Commit

Permalink
Compile with /O2
Browse files Browse the repository at this point in the history
  • Loading branch information
lingeringwillx authored May 31, 2024
1 parent 69c9802 commit 668e806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compile.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
call "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvars64.bat"

cl /EHsc /std:c++17 /openmp dbpf-recompress.cpp
cl /EHsc /std:c++17 /openmp /O2 dbpf-recompress.cpp

del dbpf-recompress.obj

pause
pause

0 comments on commit 668e806

Please sign in to comment.