From e99553d3609956d1ecb2b28ceefe28e1b68aecb9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 6 Apr 2021 03:38:11 +0200 Subject: Add (default) ability to build multicall binary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 4792a0b..d7a6d60 100644 --- a/config.mk +++ b/config.mk @@ -3,6 +3,8 @@ MANPREFIX = $(PREFIX)/share/man VIDEO_GROUP = video +CC = cc + CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -CFLAGS = -std=c99 -Wall -Wextra -O2 -g $(CPPFLAGS) -LDFLAGS = -lsimple +CFLAGS = -std=c99 -Wall -Wextra -Os +LDFLAGS = -lsimple -s -- cgit v1.2.3-70-g09d2