mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
Closes: https://bugs.gentoo.org/886455 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
24 lines
440 B
Diff
24 lines
440 B
Diff
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -1,6 +1,6 @@
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
-AM_CFLAGS = -Wall -O3 $(AVX_CFLAGS)
|
|
+AM_CFLAGS = $(AVX_CFLAGS)
|
|
|
|
SUBDIRS = libnova elp
|
|
|
|
--- a/src/elp/Makefile.am
|
|
+++ b/src/elp/Makefile.am
|
|
@@ -1,6 +1,6 @@
|
|
noinst_LTLIBRARIES = libelp.la
|
|
|
|
-AM_CFLAGS = -I ../ -Wall -O3 $(AVX_CFLAGS)
|
|
+AM_CFLAGS = -I ../ $(AVX_CFLAGS)
|
|
|
|
libelp_la_SOURCES = \
|
|
elp1.c \
|
|
--
|
|
2.45.2
|
|
|