MayaFlux
0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
add_compile_flag()
void Lila::Lila::add_compile_flag
(
const std::string &
flag
)
Adds a compile flag for code evaluation.
Parameters
flag
Compiler flag to add
Definition at line
175
of file
Lila.cpp
.
176
{
177
if
(
m_interpreter
) {
178
m_interpreter
->add_compile_flag(flag);
179
}
180
}
Lila::Lila::m_interpreter
std::unique_ptr< ClangInterpreter > m_interpreter
Embedded Clang interpreter.
Definition
Lila.hpp:213
Lila
Lila
Generated by
1.9.8