blob: d6224093a9b20d1a7fff6754ca1fea0a1f0fe95a (
plain) (
blame)
1
2
3
4
5
|
# You may want to remove -DHAVE_PRCTL from CPPFLAGS if you are not using Linux.
CFLAGS = -std=c99 -Wall -pedantic -O2
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHAVE_PRCTL
LDFLAGS = -lm -s
|