construct icon indicating copy to clipboard operation
construct copied to clipboard

We need to relax requirements for sterile build environments

Open jevolk opened this issue 5 years ago • 1 comments

Currently if a developer has the project built and then runs git pull after a ~year and then make, bad outcomes can result. Even though configure will usually run again, and the build might work, strange things can happen at runtime.

We need to guarantee make always does the right thing at any time.

jevolk avatar Jun 09 '19 20:06 jevolk

Given I had several issues that line up with the symptoms of this one, perhaps another cause of this issue is several failed builds.

Valinwolf avatar Aug 01 '19 20:08 Valinwolf