Ronald Oussoren <ronaldousso...@mac.com> added the comment:

The system compiler on macOS 10.9 or later doesn't support "-pg" (profile 
generation) at all:

$ clang -o t -pg t.c
clang: error: the clang compiler does not support -pg option on versions of OS 
X 10.9 and later

This means that its unlikely I'll look into this issue.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue30053>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to