Summary
When configured to use GCC/G++ <cpptask> currently calls the gcc/g++ executable to both compile and link. This should be changed so that it calls ld directly to perform linking.
What I'm trying to do
Pass linker arguments to ld without having to specify -Wl,
Work Breakdown
<tbc>
Summary
When configured to use GCC/G++
<cpptask>currently calls the gcc/g++ executable to both compile and link. This should be changed so that it callslddirectly to perform linking.What I'm trying to do
Pass linker arguments to
ldwithout having to specify-Wl,Work Breakdown
<tbc>