Apparently we put all debug toggles in AK/Debug.h. That means to toggle a debug macro you have these choices:
-D
flag that affects AK/Debug.h. This requires rebuilding everything.true
. This requires rebuilding everything AK/Debug.h, which is almost everything.#define DEBUG_FOO
before including any header (edit: new instructions). That turns on debugging for just that file, but it has these disadvantages:
Most DEBUG_FOO
only affect a single file. This had better ergonomics with the pre AK/Debug.h design, and that old design also had much faster rebuilds.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too