pub unsafe extern "C" fn thinlto_codegen_set_final_cache_size_relative_to_available_space(
    cg: thinlto_code_gen_t,
    percentage: c_uint
)
Expand description

Set the maximum cache size to persist across builds.

This is expressed as a percentage of available disk space. 100 means no limit, and 50 means no more than half of the available disk space. 0 is ignored, and values over 100 will be reduced to 100.