From cabba2ec9a831cfb7192133b85b541fa1faaa89e Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sat, 29 Feb 2020 20:05:23 +0100 Subject: Removed opti flags --- Makefile | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f33898a..b0ea728 100644 --- a/Makefile +++ b/Makefile @@ -104,18 +104,6 @@ ifdef ASAN CFLAGS += ${FSANITIZE} endif #--------------------------------------------------------------------------------------------------# -ifdef OPTI - ifeq (${USER}, salad) - CFLAGS += -march=broadwell - else ifeq (${USER}, jozan) - CFLAGS += -march=ivybridge - else - CFLAGS += -march=native - endif - CFLAGS += -O2 - CFLAGS += -pipe -endif -#--------------------------------------------------------------------------------------------------# CDEFS = -DFT_SCR_SIZE=\"${SCR_SZE}\" ifeq (${OS}, Darwin) CDEFS += -DFT_OS=1 -- cgit v1.2.3