Postbuild Clean Options
The postbuild options available are:
*none (default)
Do not remove anything.
*objects
Remove only the object files.
*objects, executables
Remove object files and executables, such as example programs, created by the build.
*full clean for deploy
Remove any files not needed for deployment of the built components and executables.
NOTE: The “full clean for deploy” option removes everything except the compiled libraries and their header files. All source code, makefiles, logs, and other nonessential files are deleted. Before you can rebuild any of the components, you must reload them from the CD.