Skip to content

Commit 668e806

Browse files
Compile with /O2
1 parent 69c9802 commit 668e806

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compile.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
call "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
22

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

55
del dbpf-recompress.obj
66

7-
pause
7+
pause

0 commit comments

Comments
 (0)