mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
13 lines
360 B
Diff
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
|