mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-27 00:29:05 +00:00
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.