MayaFlux
0.1.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
159
of file
Lila.cpp
.
160
{
161
if
(
m_interpreter
) {
162
m_interpreter
->add_compile_flag(flag);
163
}
164
}
Lila::Lila::m_interpreter
std::unique_ptr< ClangInterpreter > m_interpreter
Embedded Clang interpreter.
Definition
Lila.hpp:165
Lila
Lila
Generated by
1.9.8