From ae811c3ce7b71902b508c65278050f0358471e98 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 12 Jan 2017 07:53:06 +0100 Subject: m + Add vu-gauss-blur MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 6561b50..d622409 100644 --- a/config.mk +++ b/config.mk @@ -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 -- cgit v1.2.3-70-g09d2