diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-01-12 07:53:06 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-01-12 07:53:06 +0100 |
| commit | ae811c3ce7b71902b508c65278050f0358471e98 (patch) | |
| tree | e6f802e8476da87c4f53320128e674c58ee9c6a3 /config.mk | |
| parent | Makefile: clean: do not list .o files explicitly (diff) | |
| download | blind-ae811c3ce7b71902b508c65278050f0358471e98.tar.gz blind-ae811c3ce7b71902b508c65278050f0358471e98.tar.bz2 blind-ae811c3ce7b71902b508c65278050f0358471e98.tar.xz | |
m + Add vu-gauss-blur
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,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 +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHAVE_PRCTL LDFLAGS = -lm -s |
