Skip to content

Resolve "Fails to build on Mac OS due to -stack_size linker option"

python3-config --ldflags includes a "-Wl,-stack_size,1000000" flag on Mac OS 10.12.1 which should not be passed to the linker when building a shared library like libpython3loader. Instead use python3-config --libs.

Closes: #23 (closed)

Merge request reports