Skip to content

Commit

Permalink
Don't do debug builds of the SSH DLLs
Browse files Browse the repository at this point in the history
Generating PDBs is problematic in CI
  • Loading branch information
davidrg committed Oct 31, 2024
1 parent 4c03203 commit d7b4246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kermit/k95/mksshdll.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SET K95BUILD=K95
set OUTDIR=nt%SUFFIX%
if not exist %OUTDIR%\NUL mkdir %OUTDIR%
move %OUTDIR%\*.obj . > nul
%MAKE% /nologo /e /f ckoker.mak msvc-sshdlld
%MAKE% /nologo /e /f ckoker.mak msvc-sshdll
del ckolssh.obj ckolsshs.obj
if exist ckolssh.obj del ckolssh.obj
if exist ckolsshs.obj del ckolsshs.obj
Expand Down

0 comments on commit d7b4246

Please sign in to comment.