tcc_options: Add TinyCC compiler options to FFI context

View source: R/ffi.R

tcc_optionsR Documentation

Add TinyCC compiler options to FFI context

Description

Append raw options that are passed to tcc_set_options() before compiling generated wrappers (for example "-O2" or "-Wall").

Usage

tcc_options(ffi, options)

Arguments

ffi

A tcc_ffi object

options

Character vector of option fragments

Value

Updated tcc_ffi object (for chaining)


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