aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2022-10-26 20:28:16 -0400
committerBruce Hill <bruce@bruce-hill.com>2022-10-26 20:28:16 -0400
commitf29bf54ffb143631e0c793704e0c2981744d4109 (patch)
treeee558dd5cb1b766fd70bb35fcc2171d29fbc7833 /Makefile
parent645081f64e9bc1f996326b74aed2f5cda2c62437 (diff)
Fix warning
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ccd361..fb36a07 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ NAME=bp
CC=cc
PREFIX=/usr/local
SYSCONFDIR=/etc
-CFLAGS=-std=c99 -Werror -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -flto
+CFLAGS=-std=c99 -Werror -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -flto=auto
CWARN=-Wall -Wextra
# -Wpedantic -Wsign-conversion -Wtype-limits -Wunused-result -Wnull-dereference \
# -Waggregate-return -Walloc-zero -Walloca -Warith-conversion -Wcast-align -Wcast-align=strict \