Results 1 to 10 of 11

Thread: Why Lazarus is rebuilding project each time i run?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Project options -> Miscellaneous -> Uncheck "Always build (even if nothing changed)".

    It's ok to have unchecked most of the time, but if you change some library files (such as update graphics/game library sources), get new Lazarus from SVN or something, then you may have outdated output folder for your project. It could result a mysterious error message, which you can solve by deleting the whole output folder from the project, or putting this check back temporarily. This will force them to recompile.

    You could also try enabling Smart linkable (-CX) and Link smart (-XX) checkboxes to try speed up compilation.
    Last edited by User137; 28-04-2013 at 10:06 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •