Releases: inorton/cclash
Releases · inorton/cclash
CClash 0.3
Fixed an issue where cclash would exit with an error after successfully compiling an object after failing to connect to the server
Disabled PDB support (/Zi) ( PDBs cant be cached deterministically or atomically )
Created an installer
Pipe mode fixes
This release disables caching when a pdb file is produced (pdb generation is non-deterministic based on source and object files alone)
I have also increased the timeout when the client mode process attempts to connect to a busy server. This should stop lots of the "failed to start server proces" errors people with cygwin (make -j) see.