From 3bab16e7cd7d7672b5347e048d5fecea0aa09728 Mon Sep 17 00:00:00 2001 From: Robert Zaage Date: Mon, 4 Jul 2022 07:49:17 +0000 Subject: [PATCH] Static linking for portability --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 907c0b1..81f0e4f 100755 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc LIBS = -CFLAGS = -O2 -g -Wno-unused-result +CFLAGS = -O2 -g -Wno-unused-result -static .PHONY: all clean