Skip to content

Rose::Cmdline::StripRoseOptions

Removes "‐rose:" options, or transforms them into their associated compiler options. Whereas, this ROSE‐only option is completely removed:

Synopsis

Declared in <SageIII/sage_support/cmdline.h>

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

Description

‐rose:verose 3

Parameters

Name

Description

argv

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

Created with MrDocs