aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
blob: fee085361cdeae4407f59935856bc19617e15164 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PREFIX = /usr
MANPREFIX = $(DATADIR)/man

# These have not been extensively tested but appear to:
#     * Produce produce false warnings
#     * Slowdown the library's performance
#   -flto -flto-compression-level -flto-partition={1to1,balanced,mix,none} -flto-report -flto-report-wpa -fwpa
CCOPTIMISE = -falign-functions=0 -fkeep-inline-functions -fmerge-all-constants -Ofast
LDOPTIMISE =

CFLAGS   = -std=c99 -Wall -Wextra $(CCOPTIMISE)
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
LDFLAGS  = $(LDOPTIMISE)