• GeniusIsme@lemmy.world
    link
    fedilink
    arrow-up
    3
    arrow-down
    2
    ·
    10 months ago

    Depends on what you are doing. My company was using clang for c++ compilation and it was a drag to make all this clicks for each .so every is update. And there is no way to automate the process. And those occasional compatibility breaks didn’t help either.

    • CapeWearingAeroplane@sopuli.xyz
      link
      fedilink
      arrow-up
      5
      ·
      10 months ago

      what do you mean? clang is a command line tool, can’t you write some cmake and a bash script to automate the build process? That’s what I always do when I writing any C++ that needs to be compiled/updated fairly regularly.