From 7c255c517e9531e2b9499ab08205dd13c8798b92 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 9 Jun 2024 14:41:22 -0400 Subject: Remove linker flags that aren't needed anymore --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ab632bde..cdc92a7e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ VERSION=0.0.1 CCONFIG=-std=c11 -Werror -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -fPIC -I. \ -fsanitize=signed-integer-overflow -fno-sanitize-recover -fvisibility=hidden -fdollars-in-identifiers LTO=-flto=auto -fno-fat-lto-objects -Wl,-flto -LDFLAGS=-Wl,-rpath=$$ORIGIN +LDFLAGS= # MAKEFLAGS := --jobs=$(shell nproc) --output-sync=target CWARN=-Wall -Wextra -Wno-format -Wshadow # -Wpedantic -Wsign-conversion -Wtype-limits -Wunused-result -Wnull-dereference \ -- cgit v1.2.3