$OpenBSD: patch-Makefile,v 1.2 2020/06/18 11:24:29 kn Exp $

Honour CFLAGS, do not strip during build.

Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -1,8 +1,7 @@
 all: ssss-split ssss-combine ssss.1 ssss.1.html
 
 ssss-split: ssss.c
-	$(CC) -W -Wall -O2 -lgmp -o ssss-split ssss.c
-	strip ssss-split
+	$(CC) -W -Wall ${CFLAGS} -lgmp -o ssss-split ssss.c
 
 ssss-combine: ssss-split
 	ln -f ssss-split ssss-combine
