zcc ~master (2025-05-17T18:36:35.0065142)
Dub
Repo
Builder.this
builder
Builder
Creates a builder for Zig cc or c++.
class
Builder
@
safe
pure nothrow
this
(
bool
useCpp
= false
)
Parameters
useCpp
bool
Use C++ mode if true, C mode if false.
Meta
Source
See Implementation
builder
Builder
constructors
this
functions
addArg
addArgs
build
buildLibrary
execute
file
files
setCpu
setTargetTriple
Creates a builder for Zig cc or c++.