Line 0
Link Here
|
|
|
1 |
--- src/Makefile.am.orig 2017-04-13 11:55:27 UTC |
2 |
+++ src/Makefile.am |
3 |
@@ -28,7 +28,7 @@ liberasurecode_la_SOURCES = \ |
4 |
builtin/rs_vand/rs_galois.c \ |
5 |
backends/shss/shss.c |
6 |
|
7 |
-liberasurecode_la_CPPFLAGS = -Werror @GCOV_FLAGS@ |
8 |
+liberasurecode_la_CPPFLAGS = @GCOV_FLAGS@ |
9 |
liberasurecode_la_LIBADD = \ |
10 |
builtin/null_code/libnullcode.la -lpthread -lm @GCOV_LDFLAGS@ \ |
11 |
builtin/xor_codes/libXorcode.la -lpthread -lm @GCOV_LDFLAGS@ \ |