• 1.4.2 1ee483f8e9

    Removed C++ only flag from USR_CFLAGS
    Some checks failed
    Test And Build / Lint (push) Failing after 3s
    Test And Build / Build (push) Successful in 7s

    mathis_s released this 2025-08-22 15:27:28 +02:00 | 8 commits to main since this release

    USR_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