You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
562B

  1. option('optimizations',
  2. type: 'boolean',
  3. value: true,
  4. description: 'Enable SSE2 optimizations',
  5. )
  6. option('linux-embed',
  7. type: 'boolean',
  8. value: false,
  9. description: 'DSP-only plugin builds, without editor/GUI',
  10. )
  11. option('build-lv2',
  12. type: 'boolean',
  13. value: true,
  14. description: 'Build LV2 plugin variants',
  15. )
  16. option('build-vst2',
  17. type: 'boolean',
  18. value: true,
  19. description: 'Build VST2 plugin variants',
  20. )
  21. option('build-vst3',
  22. type: 'boolean',
  23. value: true,
  24. description: 'Build VST3 plugin variants',
  25. )