Loading
go-toml: drop erroneous allowGoReference
allowGoReference was added in 5a69b0b3 (2024-04-29) with the comment 'allowGoReference adds the flag -trimpath'. This is backwards: allowGoReference = true *disables* -trimpath and *allows* the Go compiler to remain in the runtime closure (257 MiB). The package builds and passes all tests without it. Dropping it re-enables -trimpath and shrinks the runtime closure from 263.6 MiB to 8.6 MiB.