dev #6

Merged
XForYouX merged 14 commits from suyu/suyu:dev into dev 2024-04-01 17:08:56 +02:00
Owner
No description provided.
XForYouX added 14 commits 2024-04-01 17:08:43 +02:00
revert Add img
Cherry-picked from #65
Use CC0-1.0 for images under ./img
Some checks failed
suyu-ci / Check REUSE Specification (pull_request) Has been cancelled
codespell / Check for spelling errors (pull_request) Has been cancelled
ba3539c517
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: voidanix <voidanix@keyedlimepie.org>
It is very hard to explain why this public interface class was defined
in an anonymous namespace inside a header file.
XForYouX merged commit 64e05568d3 into dev 2024-04-01 17:08:56 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: XForYouX/suyu#6
No description provided.