[LyX/master] lyxbuild: commented out debug code

Scott Kostyshak skostysh at lyx.org
Sun Jun 14 11:02:24 UTC 2026


commit c1d89e61077b440f45c4003d4b1a276e5e7d3019
Author: Scott Kostyshak <skostysh at lyx.org>
Date:   Sun Jun 14 13:01:09 2026 +0200

    lyxbuild: commented out debug code
---
 development/lyx-tester/lyxbuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/development/lyx-tester/lyxbuild b/development/lyx-tester/lyxbuild
index 672c291f98..7685acb5aa 100755
--- a/development/lyx-tester/lyxbuild
+++ b/development/lyx-tester/lyxbuild
@@ -826,6 +826,11 @@ else
     CPPFLAGS=""
   fi
   #
+  # Good place to put flags temporarily that we unconditionally want at the end
+  # (to dominate previous flags).
+  #CPPFLAGS+=";-Wnonnull"
+  #
+  #
   # Should be a semi-colon separated list (if more than one option).
   # The following naive Bash append works well even if CPPFLAGS is empty,
   # i.e., ";-O3" is processed well.


More information about the lyx-cvs mailing list