Bill Hoffman 24 лет назад
Родитель
Сommit
27522269ff
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Source/cmBuildCommand.cxx

+ 1 - 1
Source/cmBuildCommand.cxx

@@ -77,7 +77,7 @@ bool cmBuildCommand::InitialPass(std::vector<std::string> const& args)
   else
     {
     makecommand = makeprogram;
-    makecommand += " -k";
+    makecommand += " -i";
     }
   m_Makefile->AddCacheDefinition(define,
                                  makecommand.c_str(),