MayaFlux 0.1.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 247 of file ClangInterpreter.cpp.

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

References LILA_DEBUG, and m_impl.