aports/testing/gmic/notune.patch
2023-02-24 02:35:54 +01:00

13 lines
295 B
Diff

diff --git a/src/Makefile b/src/Makefile
index 4636079..cddbe0d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -212,7 +212,7 @@ endif
FLTO = -flto
OPT_CFLAGS =
ifdef IS_GCC
-OPT_CFLAGS += -O3 -mtune=generic # $(FLTO)
+OPT_CFLAGS += -O3 # $(FLTO)
OPT_LIBS = # $(FLTO)
endif
ifdef IS_CLANG