Skip to content

Rose::Cmdline::StripRoseOptions

Removes "‐rose:" options, or transforms them into their associated compiler options.

Synopsis

Declared in <SageIII/sage_support/cmdline.h>

void
StripRoseOptions(std::vector<std::string>& argv);

Description

For example,

‐rose:fortran:ofp:classpath "/some/class/path"

becomes

‐classpath "/some/class/path"

Whereas, this ROSE‐only option is completely removed:

‐rose:verose 3

Parameters

Name

Description

argv

A standard container which offers fixed time access to individual elements in any order.

Created with MrDocs