From 961c87d00129c7f90cc7c4af69ca75a62476bbe0 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Sat, 3 May 2025 02:30:28 +0300
Subject: [PATCH 40/40] CodingStyle: Update autotools options to meson ones

See RM #1347

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 doc/CodingStyle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/CodingStyle b/doc/CodingStyle
index aa915ec27d..0638e1d2fd 100644
--- a/doc/CodingStyle
+++ b/doc/CodingStyle
@@ -627,7 +627,8 @@ functions available natively.
   -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations
   -Wstrict-prototypes -Wnested-externs -Wl,--no-add-needed" if you use gcc.
 
-- Always check compilation with the configure option --enable-debug set.
+- Always check compilation with the configure options
+  -Ddebug=true -Dwerror=true
 
 - 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
-- 
2.47.2

