Closed mbargull closed 6 years ago
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe
) and found it was in an excellent condition.
So it seems "/GL" and "/ZI" are incompatible. That's a bit weird because then we can't really do debug + release it seems because "/ZI" is debug flags and "/GL" is whole program optimisation.
To be fair, most people don't debug under Windows so much, so I don't care about the "/ZI", we shouldn't waste our time so much. Just let me know if you want it gone :) I am clearly not the best developer around so I'm happy to just follow your lead :)
ignore me; just debugging stuff for gh-11