summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/ssl.rst
diff options
context:
space:
mode:
authorAngus Gratton <angus@redyak.com.au>2024-01-31 11:18:05 +1100
committerDamien George <damien@micropython.org>2024-01-31 14:29:07 +1100
commit457f2ccf804dd0e9a770984ed11f2568c2fcd958 (patch)
tree3465147a33132e311e8105668fbbd9ae0dd4c75b /docs/library/ssl.rst
parent3e48d24576f8a44a20e65a5782204944de2467b3 (diff)
downloadmicropython-457f2ccf804dd0e9a770984ed11f2568c2fcd958.tar.gz
micropython-457f2ccf804dd0e9a770984ed11f2568c2fcd958.zip
examples/embedding: Add -fno-common to the sample compiler flags.
This makes no difference when files are linked directly into a target application, but on macOS additional steps are needed to index common symbols in static libraries. See https://stackoverflow.com/a/26581710 By not creating any common symbols, this problem is bypassed. This will also trigger linker errors if there are cases where the same symbol is defined in the host application. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
Diffstat (limited to 'docs/library/ssl.rst')
0 files changed, 0 insertions, 0 deletions