Skip to content

Commit

Permalink
Remove unsupported linker flag
Browse files Browse the repository at this point in the history
This flag isn't supported by zig and now errors with zig 0.11.0.

The original comment said we needed this for builds with gcc, but
that no longer seems to be the case. So lets try just removing it.

Fixes #11
  • Loading branch information
psanford committed Dec 1, 2023
1 parent cec2227 commit 64cb48a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sqlite3vfs_normal.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package sqlite3vfs

/*
#cgo linux LDFLAGS: -Wl,--unresolved-symbols=ignore-in-object-files
#cgo darwin LDFLAGS: -Wl,-undefined,dynamic_lookup
*/
import "C"

0 comments on commit 64cb48a

Please sign in to comment.