aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
blob: e4b0735f3a357273f68ea43e327b1a9877ec15d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# blind version
VERSION = 1.1

# Paths
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man

# You may want to remove -DHAVE_PRCTL and -DHAVE_EPOLL from CPPFLAGS if you are not using Linux.
CFLAGS   = -std=c11 -Wall -pedantic -O2
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHAVE_PRCTL -DHAVE_EPOLL
LDFLAGS  = -lm -s