Rebuilding when disabling profiling #2023
Comments
Oh man, I didn't realize that list existed. I've moved it next to the options generation code - 75294eb Is So based on this, I'm thinking options like |
Right, there's a different mechanism to trigger building all the profiling packages when we enable profiling, so this doesn't need to be in this list. But beyond that I'm not sure about the other options. |
Currently running
stack build --profile
and thenstack build
triggers unregistering and rebuilding of all dependencies. It's not supposed to do that.The text was updated successfully, but these errors were encountered: