Skip to content

Commit

Permalink
Can stop on error in multiple targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Domain committed Nov 30, 2023
1 parent 2c42204 commit 3b59c92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Code/Tools/FBuild/FBuildCore/FBuildOptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -495,10 +495,10 @@ FBuildOptions::OptionsResult FBuildOptions::ProcessCommandLine( int argc, char *
}

// When building multiple targets, try to build as much as possible
if ( m_Targets.GetSize() > 1 )
{
m_StopOnFirstError = false;
}
// if ( m_Targets.GetSize() > 1 )
// {
// m_StopOnFirstError = false;
// }

// cache mode environment variable (if not supplied on cmd line)
if ( ( m_UseCacheRead == false ) && ( m_UseCacheWrite == false ) )
Expand Down

0 comments on commit 3b59c92

Please sign in to comment.