[Git][NTPsec/ntpsec][master] waf: fix waf help about debug options.
Gary E. Miller
gitlab at mg.gitlab.com
Fri Apr 14 18:46:00 UTC 2017
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
dbb6baec by Gary E. Miller at 2017-04-14T11:45:36-07:00
waf: fix waf help about debug options.
- - - - -
1 changed file:
- wafhelpers/options.py
Changes:
=====================================
wafhelpers/options.py
=====================================
--- a/wafhelpers/options.py
+++ b/wafhelpers/options.py
@@ -8,9 +8,9 @@ def options_cmd(ctx, config):
grp = ctx.add_option_group("NTP configure options")
grp.add_option('--enable-debug', action='store_true',
- default=False, help="(ignored)")
+ default=False, help="Enable debugging code")
grp.add_option('--disable-debug', action='store_true',
- default=False, help="Disable debugging code")
+ default=False, help="(ignored)")
grp.add_option('--enable-debug-gdb', action='store_true',
default=False, help="Enable GDB debugging symbols")
grp.add_option('--disable-droproot', action='store_true',
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/dbb6baecbe9767dfb01d1ca71618c297f4b3936a
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/dbb6baecbe9767dfb01d1ca71618c297f4b3936a
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/20170414/dd9bbded/attachment.html>
More information about the vc
mailing list