Skip to content

Commit 0749baa

Browse files
authored
Makefile: Fix 'STATIC' in help message
Fix description (typo) and default value
1 parent 2ae074a commit 0749baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ help:
106106
echo "Build options available for this Makefile:"
107107
echo ""
108108
echo "RELEASE Make a release build (Default: 1)"
109-
echo "STATIC Link librariess tatically (Default: 1)"
109+
echo "STATIC Link libraries statically (Default: 0)"
110110
echo ""
111111
echo "DISABLE_QUIC Disable support for QUIC (Default: 0)"
112112
echo "NO_DBG_SYMBOLS Strip debug symbols (Default: 0)"

0 commit comments

Comments
 (0)