mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 18:26:39 +02:00
13 lines
295 B
Diff
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
|