setup.cfg 337 B

12345678910
  1. [libs]
  2. # Disable LTO to prevent the following error:
  3. # Relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZSt3hexRSt8ios_base'
  4. # which may bind externally can not be used when making a shared object;
  5. # recompile with -fPIC
  6. enable_lto = False
  7. # Freetype and qhull are provided by Buildroot
  8. system_freetype = True
  9. system_qhull = True