if(binfo.strip)
argv.push_back("/INCREMENTAL:NO");
else
+ {
argv.push_back("/DEBUG:FULL");
+ FS::Path temp_dir = bin.get_package()->get_temp_directory()/bin.get_component()->get_name();
+ FS::Path ilk_path = temp_dir/(FS::basepart(FS::basename(bin.get_path()))+".ilk");
+ argv.push_back("/ILK:"+relative(ilk_path, work_dir).str());
+ }
argv.push_back("/OUT:"+relative(bin.get_path(), work_dir).str());
if(!imp_fn.empty())