aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-03 15:04:36 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-03-03 15:04:36 -0500
commitea7fcd85b40dd943e593d823827be7cdf4a972b0 (patch)
treeca2b6b8157b9d02971610515ddbee99aa1bd3866 /Makefile
parent5641d0c837985ba7f89d5efdc5e9c1873c403a57 (diff)
Make load method be "use$name"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2b8d2e18..351f81be 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
PREFIX=/usr/local
VERSION=0.12.1
-CCONFIG=-std=c11 -Werror -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -fPIC -fsanitize=signed-integer-overflow -fno-sanitize-recover -fvisibility=hidden \
- -flto=auto -fno-fat-lto-objects -Wl,-flto -fdollars-in-identifiers
+CCONFIG=-std=c11 -Werror -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -fPIC \
+ -fsanitize=signed-integer-overflow -fno-sanitize-recover -fvisibility=hidden -fdollars-in-identifiers
+LTO=-flto=auto -fno-fat-lto-objects -Wl,-flto
LDFLAGS=-Wl,-rpath '-Wl,$$ORIGIN'
# MAKEFLAGS := --jobs=$(shell nproc) --output-sync=target
CWARN=-Wall -Wextra -Wno-format