You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been in the process of slowly transitioning away from using one Makefile for everything for a while now (hence the introduction of the wrapper scripts). If you need more control over the build process, you should use your own build system - this will eventually become the only supported way anyway.
DEBUG = y should imply building for debug entry and thunk imo
This variable is intended for adding debug info (DWARF 4 in our case), not for building debug XBEs. Building a debug XBE is of limited use without being able to sign it for use on a stock debug kit, but can still be done by using your own build system.
DEBUG = y
should imply building for debug entry and thunk imoThe text was updated successfully, but these errors were encountered: