From ad6cbf62af081a304dadcd044941a4a36a9c24f9 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 21 May 2024 04:27:20 +0400 Subject: [PATCH] Remove -flto option. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2cad8d5..3067c0e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ DESTDIR ?= PREFIX ?= /usr/local CC ?= cc -CFLAGS := -std=c99 -O3 -Wall -Werror -Wextra -pedantic -flto +CFLAGS := -std=c99 -O3 -Wall -Werror -Wextra -pedantic .PHONY: clean install uninstall test