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 f3b2c46 commit 7ce5095Copy full SHA for 7ce5095
src/cmd/go/testdata/script/issue_43830.txt
@@ -1,6 +1,7 @@
1
# tests golang.org/issue/43830
2
3
-[!cgo] skip
+[!cgo] skip "skipping test without cgo"
4
+[!exec:gcc] skip "skipping test without gcc present"
5
6
env CGO_CFLAGS='-flto -ffat-lto-objects'
7
go build main.go add.go
src/cmd/go/testdata/script/issue_43830_2.txt
go build main.go
0 commit comments