Skip to content

Commit 20486a2

Browse files
committed
Now Claude adds some debugging stuff for __chkstk
1 parent 0fc0ede commit 20486a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/cpossum/c-possum.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package possumC
88
// documented?
99
#cgo !windows,!darwin LDFLAGS: -L${SRCDIR}/../../target/debug -l:libpossum.a -lm
1010
#cgo darwin LDFLAGS: -L${SRCDIR}/../../target/debug -lpossum
11-
#cgo windows LDFLAGS: -L${SRCDIR}/../../target/debug -l:possum.lib -lkernel32 -lws2_32 -lbcrypt -lole32 -loleaut32 -luserenv -lntdll -lsynchronization
11+
#cgo windows LDFLAGS: -L${SRCDIR}/../../target/debug -l:possum.lib -lkernel32 -lws2_32 -lbcrypt -lole32 -loleaut32 -luserenv -lntdll -lsynchronization -lgcc -lmingw32 -lmingwex -lmsvcrt -lstdc++
1212
#include "possum.h"
1313
*/
1414
import "C"

0 commit comments

Comments
 (0)