Searched refs:is_debug_bg_job (Results 1 – 1 of 1) sorted by relevance
295 bool is_debug_bg_job = background_job_compile && is_debuggable_build && !is_release; in select_execution_binary() local299 bool useDebug = (is_debug_runtime || is_debug_bg_job) && (access(debug_binary, X_OK) == 0); in select_execution_binary()