1config("something") { 2 # Makes builds independent of absolute file path. 3 if (symbol_level != 0 && is_clang && 4 strip_absolute_paths_from_debug_symbols) { 5 print("hi") 6 } 7} 8