We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01f3a2 commit 9c4ae63Copy full SHA for 9c4ae63
go/cpossum/c-possum.go
@@ -1,8 +1,8 @@
1
package possumC
2
3
/*
4
-// Not sure how to statically just this library, so for now it's preferred to use CGO_LDFLAGS to do
5
-// your own thing.
+// Not sure how to statically link just this library, so for now it's preferred to use CGO_LDFLAGS
+// to do your own thing.
6
//#cgo LDFLAGS: -lpossum
7
#include "possum.h"
8
*/
0 commit comments