1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/testing/gmic/notune.patch
2025-05-09 23:59:45 +02:00

13 lines
360 B
Diff

diff --git a/src/Makefile b/src/Makefile
index 1b2cded..06da9ca 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -213,7 +213,7 @@ endif
# Enable optimizations for 'cli'.
FLTO = -flto
ifdef IS_GCC
-OPT_CFLAGS = -O3 -mtune=generic # '-Ofast' makes things unstable
+OPT_CFLAGS = -O3 # '-Ofast' makes things unstable
OPT_LIBS = # ${FLTO}
endif
ifdef IS_CLANG