aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2022-10-27 12:49:31 -0400
committerBruce Hill <bruce@bruce-hill.com>2022-10-27 12:49:31 -0400
commit2bc0ca739022918a0809b60949a603827112e911 (patch)
treed4689419856366226f4bbc30d81e252ad82adbd1 /Makefile
parent538706858e328da320bbebfa7e80d04b667599fc (diff)
Revert "Moving to each_match() API"
This reverts commit 9380a54d7cf1795b26be79cd7abbb74a415d0788.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb36a07..1ccd361 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=auto
+CFLAGS=-std=c99 -Werror -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -flto
CWARN=-Wall -Wextra
# -Wpedantic -Wsign-conversion -Wtype-limits -Wunused-result -Wnull-dereference \
# -Waggregate-return -Walloc-zero -Walloca -Warith-conversion -Wcast-align -Wcast-align=strict \