git (any SCM) and compiling object files, switching branches, physiology thereof

Posted by IanVaughan on Stack Overflow See other posts from Stack Overflow or by IanVaughan
Published on 2010-04-28T07:40:57Z Indexed on 2010/04/28 7:43 UTC
Read the original article Hit count: 260

Filed under:
|
|

If I compile branch A, then switch to branch B, compile, and switch back to branch A.

All the object files touched by the compile of branch B have to be recompiled!

Normally one does not check-in object files, but there seems little choice here.

What are the ideal working practices here?

© Stack Overflow or respective owner

Related posts about git

Related posts about scm