We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8e1bf commit ac10278Copy full SHA for ac10278
src/cmd/go/testdata/script/issue_43830.txt
@@ -5,7 +5,7 @@
5
[openbsd] env CC='clang'
6
[!openbsd] env CC='gcc'
7
8
-env CGO_CFLAGS='-flto -ffat-lto-objects'
+env CGO_CFLAGS='-Wno-ignored-optimization-argument -flto -ffat-lto-objects'
9
10
go build main.go add.go
11
src/cmd/go/testdata/script/issue_43830_2.txt
go build main.go
0 commit comments