Project

General

Profile

Feature #1477 ยป 0096-CodingStyle-Instruct-test-build-with-Doptimization-2.patch

Marko Lindqvist, 05/30/2025 06:17 AM

View differences:

doc/CodingStyle
-Wstrict-prototypes -Wnested-externs -Wl,--no-add-needed" if you use gcc.
- Always check compilation with the configure options
-Ddebug=true -Dwerror=true
-Ddebug=true -Dwerror=true -Doptimization=2
- Header files should be compatible with C++ but code (.c) files need not
be. This means some C++ keywords (like "this" or "class") may not be used
    (1-1/1)