re: mk.conf
matthew green <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.vax |
|---|---|
| Message-ID | <[email protected]> |
> Fair enough. However, I have no idea how much faster the compiles will > be with optimization turned off. to give you a minor idea, from my amd64 (ryzen 5950x) building gimple-match.cc. -O2 was 62s, -O1 was 30s, and -O0 was 11s. ie, it can be a *huge* compile time difference... .mrg.