diff --git a/build.cmd b/build.cmd index 687515f..761dbd1 100644 --- a/build.cmd +++ b/build.cmd @@ -43,4 +43,4 @@ clang++ %useLibcLinker% -std=c++26 -O3 -march=native -mtune=native -L.\build -fu copy %LIBCXX_DIR%\lib\c++.dll \bin\executable-windows-msvc\c++.dll xcopy "binlib\*" "bin\" /E /I /Y /Q -rmdir /S /Q "build" \ No newline at end of file +@REM rmdir /S /Q "build" \ No newline at end of file