tcc_set_options: Apply raw TinyCC options to a libtcc state

View source: R/tinycc.R

tcc_set_optionsR Documentation

Apply raw TinyCC options to a libtcc state

Description

Passes options directly to tcc_set_options() for the given state.

Usage

tcc_set_options(state, options)

Arguments

state

A tcc_state.

options

Character scalar of options (for example "-O2 -Wall").

Value

Integer status code (0 on success; negative on parse error).


Rtinycc documentation built on April 28, 2026, 1:07 a.m.