From 8a132c4565437eb9051465fb4e89a7272b57f319 Mon Sep 17 00:00:00 2001 From: Michael Santos Date: Wed, 13 Dec 2023 06:52:18 -0500 Subject: [PATCH] build: cleanup: remove unused target --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index e9b13ee..59952d9 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,6 @@ else ifeq ($(UNAME_SYS), OpenBSD) -fno-strict-aliasing RESTRICT_PROCESS ?= pledge LDFLAGS ?= -Wl,-z,relro,-z,now -Wl,-z,noexecstack -else ifeq ($(UNAME_SYS), SunOS) else ifeq ($(UNAME_SYS), Darwin) CFLAGS ?= -D_FORTIFY_SOURCE=2 -O2 -fstack-protector-strong \ -Wformat -Werror=format-security \