diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-08-23 00:39:26 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-08-23 00:39:26 +0200 |
| commit | 23100155b5d0ecbf95a8d1c4fa8d02557b69de94 (patch) | |
| tree | 1e8d27d09bf8d2bbfd562897cb4d3f4b2e52a021 /config.mk | |
| parent | Update todo (diff) | |
| download | blind-23100155b5d0ecbf95a8d1c4fa8d02557b69de94.tar.gz blind-23100155b5d0ecbf95a8d1c4fa8d02557b69de94.tar.bz2 blind-23100155b5d0ecbf95a8d1c4fa8d02557b69de94.tar.xz | |
Add blind-peek-head
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | config.mk | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -13,9 +13,9 @@ KORN_SHELL = bash # Commands LN = ln -s -# You may want to remove -DHAVE_PRCTL, -DHAVE_EPOLL, and -# -DHAVE_SENDFILE from CPPFLAGS if you are not using Linux. +# You may want to remove -DHAVE_PRCTL, -DHAVE_EPOLL, -DHAVE_TEE, +# and -DHAVE_SENDFILE 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 -DHAVE_SENDFILE +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE \ + -D_FILE_OFFSET_BITS=64 -DHAVE_PRCTL -DHAVE_EPOLL -DHAVE_TEE -DHAVE_SENDFILE LDFLAGS = -lm -s |
