Unconditionally enable Vulkan, remove specific variants

This commit is contained in:
BtbN 2021-04-05 09:40:16 +02:00
parent 44aea690d1
commit 4de20f345b
6 changed files with 3 additions and 7 deletions

View file

@ -41,5 +41,4 @@ Available in `gpl`, `lgpl`, `gpl-shared` and `lgpl-shared` variants.
All of those can be optionally combined with any combination of addins.
Currently that's `4.3`, to build from the 4.3 release branch instead of master.
`vulkan` to add support for (and a hard runtime dependency on) Vulkan.
`debug` to not strip debug symbols from the binaries. This increases the output size by about 250MB.