Postbuild Clean Options
The postbuild options available are:
none (default)Do not remove anything.
objectsRemove only the object files.
objects, executablesRemove object files and executables, such as example programs, created by the build.
full clean for deployRemove 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.