define hotfix
This commit is contained in:
parent
30766cbb62
commit
90f8d3e1d9
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ void Module::Compile(std::string clangDir, const Configuration& config, fs::path
|
|||
});
|
||||
}
|
||||
}
|
||||
threads2.emplace_back([this, &clangDir, &config, &pcmDir, &target, &march, &flags, &buildDir](){
|
||||
threads2.emplace_back([this, &clangDir, &config, &pcmDir, &target, &march, &flags, &buildDir, &defines](){
|
||||
std::string command = std::format("{} {} -std={} {}.pcm -fprebuilt-module-path={} -c -O{} {} {} -o {}.o {}", clangDir, defines, config.standard, (pcmDir/path.filename()).generic_string(), pcmDir.generic_string(), config.optimizationLevel, march, flags, (buildDir/path.filename()).generic_string(), target);
|
||||
if(config.verbose) {
|
||||
std::cout << command << std::endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue