LeeFergusson

  • Dec 26, 2019
  • Joined Aug 29, 2019
  • 0 best answers
  • If you want a default passwords just set an encryption passphrases on your key. if you can bypass the usb, why bother adding an extra layer than can just be skipped? Just pick a strong passphrase and call it a day. Seems a bit like a waste of a usb slot to save typing a password without the added risk of a passphrase free key floating around in the wild.

  • xahodo I would't say its an issue it shouldn't brake builds, just makes activity debugging certain sections of code slightly harder if you don't know about the patches.

  • aleksvor Thanks aleksvor had a feeling it would be something like this overriding a default somewhere. Problem solved. Cheers need to update my template project for Solus 🙂 Just needed a set(CMAKE_CXX_FLAGS_DEBUG "-g -O0") adding to the config.

  • remoof Yes, as stated compiling the code works fine and all tools are presents, if just never creates any actually debugable code as everything is optimised away regardless of build setting.

  • Hey guys really loving the distro but i'm running into a major issue. When compiling c++ code optimisation is being applied to debug builds making debugging almost impossible. I have tried the same project and setup on multiple installs of Souls on two separate machines with identical results but the code compiles correctly on other distros.

    I'm probably missing something simple so any help would be gratefully received.