• 0 Posts
  • 2 Comments
Joined 1 year ago
cake
Cake day: August 7th, 2023

help-circle
  • I don’t understand how it’s not a moral or ethical thing. Morals and ethics literally define which policy you vote for and mathematically helping or being neutral to the side you know will do things worse for your morals I feel like is pretty directly connected.

    Don’t get me wrong, I sympathize. My preferred candidate has done some bad things but it’s not even close to how bad the other candidate is. If the two candidates were Hitler and mecha Hitler like I’m not gonna be happy but I’m voting for the less bad of the two. Third parties are just not mathematically viable

    Also vote shaming is like peak democracy. You have a right to disagree with me and vote however you like. I’m not trying to take that away from people voting third party but I also have a right to complain about it


  • Imo just use something else. If your build system is really simple just write the Makefiles yourself. If the build system tho needs to be really complex I would use something like meson or scons (Having worked on some gigantic fully GNU make build systems it can get pretty out of hand).

    This is all a personal preference thing but cmake in my experience is really non intuitive and a pain to debug. I know it works for a lot of people but I definitely prefer particularly like scons since its python I have a bit easier time understanding what’s happening.

    If you really need to use cmake, use a debugger like another user commented. There’s also a GNU make debugger in case you need to debug makefiles