:: commit b1846fbb9e6543a6559d4f13b556b4ef6c423324

Kamila Szewczyk <kspalaiologos@gmail.com> — 2022-05-08 09:15

parents: 62ef8a3be0

add -flto back to compiler flags

diff --git a/Makefile b/Makefile
index 60dbca7..3ca2156 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 
 CC=clang
-CFLAGS=-O2 -march=native -mtune=native -Iinclude -g3 -fPIC
+CFLAGS=-O2 -march=native -mtune=native -Iinclude -flto -g3 -fPIC
 PREFIX?=/usr/local
 
 .PHONY: all clean format install cloc
tab: 248 wrap: offon