From 2d9afed93ad7fb8a06b9374bac6a5704febfc126 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 14 Feb 2024 13:28:28 -0500 Subject: Use dollar identifiers --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e2b77a44..e26ad184 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ CC=gcc PREFIX=/usr/local VERSION=0.12.1 -CCONFIG=-std=c11 -Werror -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -fPIC -ftrapv -fvisibility=hidden -flto -fno-fat-lto-objects -Wl,-flto +CCONFIG=-std=c11 -Werror -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -fPIC -ftrapv -fvisibility=hidden \ + -flto -fno-fat-lto-objects -Wl,-flto -fdollars-in-identifiers LDFLAGS=-Wl,-rpath '-Wl,$$ORIGIN' # MAKEFLAGS := --jobs=$(shell nproc) --output-sync=target CWARN=-Wall -Wextra -Wno-format -- cgit v1.2.3