Comment 21 for bug 1327614

Revision history for this message
Max Linke (max-linke) wrote :

> 1) when switching branches, how can I force a recompile? Sometimes it won't recompile if I haven't

git clean -fdx

This will delete all build files and give you a clean checkout. After this scons will recompile everything