This allows changing out `__FILE__` in general and the file path reported in SDL_assert specifically to not leak build machine path info, or just simply not include the absolute path if you swap it out with `FILE_NAME` on Clang/GCC. Fixes #14290.
This allows changing out `__FILE__` in general and the file path reported in SDL_assert specifically to not leak build machine path info, or just simply not include the absolute path if you swap it out with `FILE_NAME` on Clang/GCC. Fixes #14290.