Default to static linking.
This commit is contained in:
parent
ec4e798496
commit
dc1d5b6f24
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ LIBS =
|
|||
# flags
|
||||
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_XOPEN_SOURCE=500
|
||||
CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
|
||||
LDFLAGS = -s ${LIBS}
|
||||
LDFLAGS = -static -s ${LIBS}
|
||||
|
||||
# compiler and linker
|
||||
CC = cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue