golang/go

gollvm: invalid argument to -O flag: fast

Open

#56,484 opened on Oct 29, 2022

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
FeatureRequestNeedsInvestigationhelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

What version of Go are you using (go version)?

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

What did you do?

What did you expect to see?

Successful build

What did you see instead?

Error

Is there any reason why gollvm does not support -Ofast optimization level? For example the gccgo works fine with this option. If there is no reason I can add a support of this feature.

Contributor guide