[Git][NTPsec/ntpsec][master] waf: add note on another ugly CFLAGS thing...

Gary E. Miller gitlab at mg.gitlab.com
Thu Feb 16 22:52:42 UTC 2017


Gary E. Miller pushed to branch master at NTPsec / ntpsec


Commits:
b42f8857 by Gary E. Miller at 2017-02-16T14:52:01-08:00
waf: add note on another ugly CFLAGS thing...

- - - - -


1 changed file:

- wafhelpers/configure.py


Changes:

=====================================
wafhelpers/configure.py
=====================================
--- a/wafhelpers/configure.py
+++ b/wafhelpers/configure.py
@@ -228,6 +228,8 @@ def cmd_configure(ctx, config):
 
     # check if C compiler supports some flags
     for (name, ccflag) in cc_test_flags:
+        # FIXME??: on macOS can get this warning:
+        # clang: warning: argument unused during compilation: '-pie'
         ctx.check_cc(define_name='HAS_' + name,
                      cflags=ccflag,
                      fragment='int main() {}\n',



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/b42f8857cc3c3602738111653a8b766b1c66d8dd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170216/73d12f90/attachment.html>


More information about the vc mailing list