Home
last modified time | relevance | path

Searched refs:FICL_WANT_DEBUGGER (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dficl.h195 #define FICL_WANT_DEBUGGER (0) macro
251 #if !defined(FICL_WANT_DEBUGGER)
252 #define FICL_WANT_DEBUGGER (1) macro
H A Dsystem.c222 ADD_COMPILE_FLAG(FICL_WANT_DEBUGGER); in ficlSystemCreate()