.OpenModelica.Scripting.setCommandLineOptions

Sets command line options for the compiler.

Information

Takes a space separated list of command line options as input, with the same format as when calling the compiler on the command line. Call the compiler with --help for a list of available options.

Example input: --showErrorMessages -d=failtrace

Interface

function setCommandLineOptions
  input String options;
  output Boolean success;
end setCommandLineOptions;

Generated at 2025-04-16T18:20:25Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos