scons_tools
and SConstruct
from the source directory in the build directory and then add the line repository="../path_to_src_dir"
config.py
in the build directory. Then running scons
in the build directory will put generated files there. This allows you to make both a release
andfast
build off of the same set of sources. Proper docs will be added soon.