I have two different build commands that I use for my project
stack build -j8 --profile
and
stack build -j8 --ghc-options -DVERBOSE_SOLVING
There are hundreds of files in my projects. Whenever I change from one to the other command everything is rebuilt. Is there a way to keep the build increments of both?