mirror of
https://github.com/vlang/v.git
synced 2025-08-03 09:47:15 -04:00
1
Using on ppc64le
Delyan Angelov edited this page 2025-05-07 10:22:38 +03:00
Work with V
has been tested on Alma 9, Debian 12.10, Ubuntu 24.10 and Alpine 3.21.
For compilation itself, follow the standard procedure.
To successfully use or compile other programs that use closures you will sometimes need to add
special flags to VFLAGS
variable depending on your Linux based family.
Linux based | Power CPU | add to VFLAGS |
---|---|---|
Redhat | see the documentation | None |
Debian | 10 only | -cflags '-mpcrel -mprefixed -mcpu=power10' |
Alpine | 10 only | -cflags '-mpcrel -mprefixed -mcpu=power10' |
If you have any questions, don't hesitate to open new issue.
Credits: the author of this article is @tankf33der, see original.