MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ add_compile_flag()

void Lila::ClangInterpreter::add_compile_flag ( const std::string &  flag)

Adds a compile flag for code evaluation.

Parameters
flagCompiler flag to add

Definition at line 276 of file ClangInterpreter.cpp.

277{
278 m_impl->compile_flags.push_back(flag);
279 LILA_DEBUG(Emitter::INTERPRETER, std::string("Added compile flag: ") + flag);
280}
#define LILA_DEBUG(emitter, msg)
std::unique_ptr< Impl > m_impl
Internal implementation details.

References LILA_DEBUG, and m_impl.