From 4d8d85996eb17952b09119e0f8bb5c6e8adf7fa6 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 17 Nov 2022 12:45:02 +0100 Subject: Remove redundant compiler flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 578bd19..53da6e2 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 \ -pipe PREFIX = /usr DPREFIX = ${DESTDIR}${PREFIX} -- cgit v1.2.3