12 lines
375 B
Makefile
12 lines
375 B
Makefile
--- src/Makefile.am.orig 2026-04-14 15:53:55 UTC
|
|
+++ src/Makefile.am
|
|
@@ -33,7 +33,7 @@ liberasurecode_la_SOURCES = \
|
|
backends/shss/shss.c \
|
|
backends/phazrio/libphazr.c
|
|
|
|
-liberasurecode_la_CPPFLAGS = -Werror @GCOV_FLAGS@
|
|
+liberasurecode_la_CPPFLAGS = @GCOV_FLAGS@
|
|
liberasurecode_la_LIBADD = \
|
|
builtin/null_code/libnullcode.la \
|
|
builtin/xor_codes/libXorcode.la \
|