From 9773399ce8a1651e1ce803a46dd0ff4049a3eef6 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 13 Oct 2022 02:02:08 +0200 Subject: Add more compile flags --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ad2154..1bd9017 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ .POSIX: -CFLAGS = -std=c11 -O3 -pipe -Wall -Wextra -Werror -pedantic +CFLAGS = \ + -Wall -Wextra -Wpedantic -Werror \ + -O3 -march=native -mtune=native -fomit-frame-pointer \ + -std=c11 -pipe LDFLAGS = -llux PREFIX = /usr -- cgit v1.2.3