diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-06-09 14:41:22 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-06-09 14:41:22 -0400 |
| commit | 7c255c517e9531e2b9499ab08205dd13c8798b92 (patch) | |
| tree | d3ae1b6eab8494c66eeec2306aa9d81d9f06d783 | |
| parent | 298c476398150141e934cb8ee97cbf446ad3fead (diff) | |
Remove linker flags that aren't needed anymore
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |
