mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2026-04-21 12:27:29 -05:00
|
Some checks failed
Publish Docker Image / clang-format-lib (push) Has been cancelled
Publish Docker Image / clang-format-examples (push) Has been cancelled
Publish Docker Image / build-lib (push) Has been cancelled
Publish Docker Image / build-examples (push) Has been cancelled
Publish Docker Image / build-and-push-image (push) Has been cancelled
* fix(Makefile): Don't double up on optimisation flags This is already provided by BUILD_CFLAGS later on * feat(common): Mark explicitly-placed things as used If we put something in a given section, we should be able to expect it to actually turn up in that section! Doing this will prevent LTO from slurping all the hooks away as "unused". * feat: Enable LTO This uses "fat" binaries, so normal builds won't break, but also includes the LTO data for builds that wish to use it |
||
|---|---|---|
| .. | ||
| config | ||
| common.h | ||
| config_api.h | ||
| config.h | ||
| function_patching.h | ||
| hooks.h | ||
| meta.h | ||
| storage.h | ||
| wups_debug.h | ||