Skip to content

Commit

Permalink
config.mk: add -static to LDFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Aug 6, 2024
1 parent 2f3c4ae commit 4a807a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ MANPREFIX = ${PREFIX}/share/man
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"
CFLAGS = -pedantic -Wall -Wextra -Wformat ${CPPFLAGS}
LDFLAGS =
LDFLAGS = -static

0 comments on commit 4a807a9

Please sign in to comment.