Skip to content

Releases: inorton/cclash

CClash 0.3

27 Mar 20:25
Compare
Choose a tag to compare

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

08 Feb 09:13
Compare
Choose a tag to compare

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.