Searched refs:strip_debug_info (Results 1 – 4 of 4) sorted by relevance
88 spv_options.strip_debug_info = false; in glslang_program_SPIRV_generate()
214 bool strip_debug_info; member
58 strip_debug_info = false
4612 - if (is_android && is_clang && strip_debug_info) {4613 + if ((is_android || is_ohos) && is_clang && strip_debug_info) {