From 84a88e55e5fb56242625b4ff6819334759f63e56 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 17 Nov 2022 02:36:35 +0100 Subject: Remove redundant flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f020a2..e6adf4b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .POSIX: CFLAGS = -Wall -Wextra -Wpedantic -Werror \ - -O3 -march=native -mtune=native -fomit-frame-pointer \ + -O3 -march=native -mtune=native \ -std=c11 -pipe LDFLAGS = -llux -- cgit v1.2.3