Austin S. Hemmelgarn

Results 395 comments of Austin S. Hemmelgarn

> @Ferroin the integrations script is not working as expected, I am trying to get it working, and make a staging branch so I can get a PR on Learn...

@thiagoftsm The error you’re getting with GCCGO is expected and correct. It only provides Go 1.18 compatibility currently (and not even 100% at that), so it’s not possible for us...

> However, LTO should be disabled by default. I was under the impression that we wanted it by default, at least for release builds, because we had determined that it...

> > I was under the impression that we wanted it by default, at least for release builds. > > Correct. However, LTO is quite heavy on build times. We...

Rebased to pick up the latest changes in the master branch.

@vkalintiris I initially switched things to `ENABLE_LTO` as you requested, but I’ve decided to instead switch back to the option name being `DISABLE_LTO` and just inverting the case ordering so...

Rebased to resolve merge conflicts.

Rebased to pick up fixes for CI in master.

Rebased to resolve merge conflicts.

Rebased to pick up latest changes in master branch.