Zen3 Optimised Builds
Normal builds will be linked from here, but they will be built using Ryzen 3 compiler optimisations without modifying the package. This is achieved by the following prjconf:
```
# Tag package versions
Release: ..Zen3
# As per Factory, with Ryzen 3 CPU architecture optimisation
Optflags: * -march=znver3 -mtune=znver3 -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type %%{?_lto_cflags}
#Macros
Macros:
%__rustflags -Ctarget-cpu=znver3
:Macros
```
Refresh
| Name | Changed |
|---|
Comments 0