﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5918	Size of Cpp FMU increased by more than 300% with OMSI	Rüdiger Franke	Niklas Worschech	"The size of Cpp FMUs increased tremendously with OMSI. For instance the model dll of a simple integrator with one input, one state and one output grew by 7MB. Please remove unnecessary link dependencies!

Take this example:
{{{#!mo
    setCommandLineOptions(""+simCodeTarget=Cpp"");
    setCommandLineOptions(""-d=newInst"");
    translateModelFMU(Modelica.Blocks.Continuous.Integrator, version=""2.0"");
}}}
The size of a win32 FMU grew from 693KB to 2239KB. The size of the extracted binaries/win32/Modelica_Blocks_Continuous_Integrator.dll grew from 2780KB to 9938KB!"	defect	assigned	critical		Cpp Run-time	v1.16.0-dev			Lennart Ochel
