std::string tc_content; | std::string tc_content; | ||||
if (starts_with(tc_id, "debug:")) { | |||||
tc_id = tc_id.substr("debug:"sv.length()); | |||||
tc_content += "Debug: True\n"; | |||||
} | |||||
if (starts_with(tc_id, "ccache:")) { | if (starts_with(tc_id, "ccache:")) { | ||||
tc_id = tc_id.substr("ccache:"sv.length()); | tc_id = tc_id.substr("ccache:"sv.length()); | ||||
tc_content += "Compiler-Launcher: ccache\n"; | tc_content += "Compiler-Launcher: ccache\n"; |