forked from Telodendria/Telodendria
Use -pipe, supposedly this speeds things up.
The codebase is getting kind of big, we'll need all the help we can get.
This commit is contained in:
parent
334a711b02
commit
2e1220621c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
: "${DEFINES:=-D_DEFAULT_SOURCE -DTELODENDRIA_VERSION=\"$TELODENDRIA_VERSION\"}"
|
||||
|
||||
: "${CC:=cc}"
|
||||
: "${CFLAGS:=-Wall -Wextra -pedantic -ansi -O3}"
|
||||
: "${CFLAGS:=-Wall -Wextra -pedantic -ansi -O3 -pipe}"
|
||||
: "${STATIC:=-static -Wl,-static}"
|
||||
: "${LDFLAGS:=-lm -pthread -flto -fdata-sections -ffunction-sections -s -Wl,-gc-sections}"
|
||||
: "${PROG:=telodendria}"
|
||||
|
|
Loading…
Reference in a new issue