Searched refs:flag_NDEBUG (Results 1 - 1 of 1) sorted by relevance

/gem5/src/python/pybind11/
H A Dcore.cc93 const bool flag_NDEBUG = true; variable
95 const bool flag_NDEBUG = false; variable
262 m_core.attr("flag_NDEBUG") = py::cast(flag_NDEBUG);

Completed in 4 milliseconds