.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-08-30T18:21:13Z by OpenModelicaOpenModelica 1.25.2 using GenerateDoc.mos