|
@@ -150,8 +150,8 @@ void cmMakefileExecutableTargetGenerator::WriteDeviceExecutableRule(
|
|
|
linkLanguage, *this->GeneratorTarget));
|
|
|
|
|
|
// Add language feature flags.
|
|
|
- this->LocalGenerator->AddLanguageFlags(flags, this->GeneratorTarget,
|
|
|
- linkLanguage, this->ConfigName);
|
|
|
+ this->LocalGenerator->AddLanguageFlagsForLinking(
|
|
|
+ flags, this->GeneratorTarget, linkLanguage, this->ConfigName);
|
|
|
|
|
|
this->LocalGenerator->AddArchitectureFlags(flags, this->GeneratorTarget,
|
|
|
linkLanguage, this->ConfigName);
|
|
@@ -434,8 +434,8 @@ void cmMakefileExecutableTargetGenerator::WriteExecutableRule(bool relink)
|
|
|
}
|
|
|
|
|
|
// Add language feature flags.
|
|
|
- this->LocalGenerator->AddLanguageFlags(flags, this->GeneratorTarget,
|
|
|
- linkLanguage, this->ConfigName);
|
|
|
+ this->LocalGenerator->AddLanguageFlagsForLinking(
|
|
|
+ flags, this->GeneratorTarget, linkLanguage, this->ConfigName);
|
|
|
|
|
|
this->LocalGenerator->AddArchitectureFlags(flags, this->GeneratorTarget,
|
|
|
linkLanguage, this->ConfigName);
|