Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for iplboot #22

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Changes for iplboot #22

wants to merge 7 commits into from

Conversation

9ary
Copy link
Contributor

@9ary 9ary commented Dec 5, 2023

This is mainly improvements to the build system, which allow me to change the optimization level and build libogc as a meson subproject.

Also made the console font a weak symbol so it can be overridden statically without inflating the binary.

make -C build -f ../Makefile -j10  90.11s user 8.46s system 746% cpu 13.207 total
make -C build -f ../Makefile -j10 PLATFORMS=cube LIBRARIES=ogc  19.28s user 1.93s system 586% cpu 3.619 total
- Remove use of __DATE__ and __TIME__, it was dead code anyway
- Set ar to deterministic mode

This allows consecutive rebuilds to produce identical binaries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant