aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-06-09 14:41:22 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-06-09 14:41:22 -0400
commit7c255c517e9531e2b9499ab08205dd13c8798b92 (patch)
treed3ae1b6eab8494c66eeec2306aa9d81d9f06d783
parent298c476398150141e934cb8ee97cbf446ad3fead (diff)
Remove linker flags that aren't needed anymore
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \