lightpanda-io / browser

The open-source browser made for headless usage
https://lightpanda.io
GNU Affero General Public License v3.0
117 stars 0 forks source link

ci: target cpu x86_64 to improve CPU compat #265

Closed krichprollsch closed 2 weeks ago

krichprollsch commented 2 weeks ago

The -Dcpu option force compiling using less CPU's capabilities. This will improve the binary compatibility with older CPUs.

Relates with #264