diff options
Diffstat (limited to 'Source/cmBuildCommand.cxx')
-rw-r--r-- | Source/cmBuildCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmBuildCommand.cxx b/Source/cmBuildCommand.cxx index bc4bcba..b7cee82 100644 --- a/Source/cmBuildCommand.cxx +++ b/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(), |