-
Removed C++ only flag from USR_CFLAGS
released this
2025-08-22 15:27:28 +02:00 | 8 commits to main since this releaseUSR_CFLAGS only applies to .c files, which are compiled with a C
compiler, therefore the C++ flag is not applied, resulting in a warning
during compilation.Downloads