Setting the Maximum Number of Concurrent Builds

You can limit the number of targets that can be generated at the same time. If you are concerned about Flare Desktop slowing down during builds, you may want to make sure this number is not too high.

How to Set the Maximum Number of Concurrent Builds

  1. Select File > Options.

    The Options dialog opens.

  2. Select the Build tab.
  3. (Optional) In the Options section, you can change the number in the Maximum Concurrent Builds field to control how many targets are allowed to be compiled at the same time.

    Example You have three targets in your project and you have the Maximum Concurrent Builds field set at 2.

    You generate Target 1, and then shortly after, you also generate Target 2. These targets compile simultaneously.

    Then you tell Flare Desktop to generate Target 3. But because your maximum number is 2, Target 3 is queued for the moment.

    Let's say Target 2 finishes building. At that point, Target 3 begins its build process while Target 1 also continues its generation.

  4. Click OK.