blob: a7b28bb464596bee89e131a83fa40a8cf6431263 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,7 +15,6 @@ AM_CFLAGS += -fdata-sections -ffunction-sections
endif
# keep it tight
-AM_CFLAGS += -Werror
bin_PROGRAMS = procenv
|