otherwise custom link-exe templates do not workmain
assert(false && "No link-exe command"); | assert(false && "No link-exe command"); | ||||
std::terminate(); | std::terminate(); | ||||
} | } | ||||
extend(ret, get_link_flags()); | |||||
return ret; | return ret; | ||||
}); | }); | ||||
extend(tc.link_exe, get_link_flags()); | |||||
tc.tty_flags = read_opt(tty_flags, [&]() -> string_seq { | tc.tty_flags = read_opt(tty_flags, [&]() -> string_seq { | ||||
if (!compiler_id) { | if (!compiler_id) { |