[Git][NTPsec/ntpsec][master] Fix --disable-debug-gdb

Hal Murray (@hal.murray) gitlab at mg.gitlab.com
Sun Nov 26 21:25:29 UTC 2023



Hal Murray pushed to branch master at NTPsec / ntpsec


Commits:
714cdad1 by Hal Murray at 2023-11-26T13:25:12-08:00
Fix --disable-debug-gdb

Looks like we don't use gdb very often.
It's been broken since 2023-Apr

- - - - -


1 changed file:

- wafhelpers/options.py


Changes:

=====================================
wafhelpers/options.py
=====================================
@@ -11,7 +11,7 @@ def options_cmd(ctx, config):
     grp.add_option('--enable-debug', action='store_true',
                    default=False, help="Enable debugging code")
     grp.add_option('--disable-debug-gdb', action='store_true',
-                   default=True, help="Disable GDB debugging symbols")
+                   default=False, help="Disable GDB debugging symbols")
     grp.add_option('--enable-attic', action='store_true',
                    default=False, help="Enable building attic/*.")
     grp.add_option('--disable-nts', action='store_true',



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/714cdad1e28f5be101f650cc36aa1bd0c9c26bcf

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/714cdad1e28f5be101f650cc36aa1bd0c9c26bcf
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20231126/bb216db3/attachment-0001.htm>


More information about the vc mailing list