diff options
author | kkqy <kuokongqingyun@gmail.com> | 2022-09-02 06:23:52 +0800 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2022-09-18 22:20:58 +0900 |
commit | be28dec3df85ded3de5aa468a4bc271e0a7531e5 (patch) | |
tree | bd61c83025e8787de1bdd3674fedaa7da8b675a6 | |
parent | Add support for sqlite_math_functions tag (#1059) (diff) | |
download | golite-be28dec3df85ded3de5aa468a4bc271e0a7531e5.tar.gz golite-be28dec3df85ded3de5aa468a4bc271e0a7531e5.tar.xz |
Golang's linker add mingwex and mingw32 automatically,so we don't need add them manually.
-rw-r--r-- | sqlite3_windows.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sqlite3_windows.go b/sqlite3_windows.go index 9df1961..81aa2ab 100644 --- a/sqlite3_windows.go +++ b/sqlite3_windows.go @@ -12,7 +12,6 @@ package sqlite3 #cgo CFLAGS: -fno-stack-check #cgo CFLAGS: -fno-stack-protector #cgo CFLAGS: -mno-stack-arg-probe -#cgo LDFLAGS: -lmingwex -lmingw32 #cgo windows,386 CFLAGS: -D_USE_32BIT_TIME_T */ import "C" |