translation.sharedΒΆ

  • name: shared
  • description: Build as a shared library
  • command-line: --shared
  • command-line for negation: --no-shared
  • option type: boolean option
  • default: False

Build pypy as a shared library or a DLL, with a small executable to run it. This is necessary on Windows to expose the C API provided by the cpyext module.