RELEASE SESSION CONFIGURATION FILE
Parameter flags_common
  The flags_common tag is used to specify common compilation flags. This tag has effects on all subprojects compiled within the current debug session.

Parameter depend
  The tag depend is used to specify whether dependency information will be used or not. Assign "yes" for it to be used, and "no" otherwise. If "yes" is used then the tag autodep needs to be assigned (project Makefile). The "no" value requires the default target to contain the cache clean command in its commands list.

Command default
  The default target is used to specify default make action. List of possible commands: build, clean, tests, <subproject_name>_build, <subproject_name>_clean, <subproject_name>_tests or any other user-defined command.