﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2909	Intermediate compilation files should be removed at the end of code generation	Francesco Casella	Adeel Asghar	"When generating simulation code, omc outputs a large number of possibly big .c, .h, and .o files which are used to finally obtain the simulation executable file. Unless they are regularly deleted, these files are going to bloat the temporary working directory indefinitely, until the HD is filled to capacity.

As we (still) don't have separate compilation of models, I understand these files cannot be reused a second time. Besides, now that we have extensive documentation on the solved model structure in the XML files and in the interactive debugger, I guess very few people will actually be interested at reading the source code, once the executable has been built.

Therefore I would recommend that, unless a specific omc flag is turned on (say, for debugging purposes), all those files are automatically removed at the end of the code generation process."	enhancement	closed	high	1.13.0	Code Generation	trunk	fixed		
