1. 02 Apr, 2024 2 commits
  2. 01 Apr, 2024 2 commits
  3. 31 Mar, 2024 1 commit
    • voidanix's avatar
      Fix GCC builds with Debug build type · d3f67d1e
      voidanix authored
      
      
      When compiling with -DCMAKE_BUILD_TYPE=Debug, GCC would (correctly) fail to
      compile intrinsics in stb and host1x due to lack of optimizations.
      
      Sadly, the compilation error given is bogus and Clang completing the builds
      without issues does raise some eyebrows.
      
      Therefore, force optimizations for the offending files under GCC when
      creating Debug builds.
      
      Signed-off-by: default avatarvoidanix <voidanix@keyedlimepie.org>
      d3f67d1e
  4. 30 Mar, 2024 5 commits
  5. 29 Mar, 2024 7 commits
  6. 28 Mar, 2024 4 commits
  7. 26 Mar, 2024 8 commits
  8. 25 Mar, 2024 11 commits