]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4296] Added a ChangeLog entry too
authorFrancis Dupont <fdupont@isc.org>
Mon, 12 Jan 2026 14:03:50 +0000 (15:03 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 22 Jan 2026 15:04:37 +0000 (16:04 +0100)
changelog_unreleased/4296-fix-default-compilation-flags [new file with mode: 0644]
meson.build

diff --git a/changelog_unreleased/4296-fix-default-compilation-flags b/changelog_unreleased/4296-fix-default-compilation-flags
new file mode 100644 (file)
index 0000000..72de44e
--- /dev/null
@@ -0,0 +1,5 @@
+[build]                fdupont
+       Set debug to true and optimization to 2 by default
+       in meson project default so the same as the
+       'debugoptimized' builtype.
+       (Gitlab #4296)
index a0bbd79374e959e97db9fb917b3890f12cc57114..e24b4d3738f57c9b939e3c0df5411c82a6570559 100644 (file)
@@ -26,6 +26,8 @@ project(
         'b_lundef=false',  # required for clang++ when used with sanitizers and for BSD ld when linking with extern char **environ.
         'b_pch=false',
         'b_pie=true',
+        'debug=true',
+       'optimization=2',
         'install_umask=0027',
         'warning_level=2',
     ],