Hacker News new | past | comments | ask | show | jobs | submit login
How to compile Firefox / Chromium using Nix / guix with -Oz?
3 points by pantantrant on Feb 1, 2024 | hide | past | favorite | 1 comment



I figured out how to build chromium with -Oz in guix:

In chromium.scm, I edited

(cons "--enable-custom-modes" ,flags))))))

into

(cons "--enable-custom-modes -Oz" ,flags))))))




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: