diff options
author | EuAndreh <eu@euandre.org> | 2024-10-05 03:06:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-05 03:41:10 -0300 |
commit | 88940bf87945c6a77747145055b45aae4fd9aeea (patch) | |
tree | a7fee75fc26acb04c6036a998989de78a7b31d9c | |
parent | src/golite.go: Change driverName to "golite" and make it `const` (diff) | |
download | golite-88940bf87945c6a77747145055b45aae4fd9aeea.tar.gz golite-88940bf87945c6a77747145055b45aae4fd9aeea.tar.xz |
Makefile: make "--static" binaries
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ MANDIR = $(SHAREDIR)/man EXEC = ./ ## Where to store the installation. Empty by default. DESTDIR = -LDLIBS = -lsqlite3 +LDLIBS = --static -lsqlite3 -lm GOCFLAGS = -I $(GOLIBDIR) GOLDFLAGS = -L $(GOLIBDIR) |