Skip to content

Commit e8016bc

Browse files
committed
b
1 parent b921d24 commit e8016bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
// #cgo linux LDFLAGS: -Wl,--unresolved-symbols=ignore-in-object-files
1010
// #cgo darwin LDFLAGS: -Wl,-undefined,dynamic_lookup
11-
// #cgo windows LDFLAGS: -Wl,--allow-multiple-definition -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-stdcall-fixup -Wl,--no-as-needed
11+
// #cgo windows LDFLAGS: -Wl,--allow-multiple-definition
1212
import "C"
1313

1414
// Set in Makefile

0 commit comments

Comments
 (0)