aboutsummaryrefslogtreecommitdiff
path: root/rcynic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rcynic/Makefile')
-rw-r--r--rcynic/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/rcynic/Makefile b/rcynic/Makefile
index cfddd7ad..34dc882a 100644
--- a/rcynic/Makefile
+++ b/rcynic/Makefile
@@ -2,7 +2,9 @@
OPENSSL_DIR = ../openssl/openssl
-CFLAGS = -g -I${OPENSSL_DIR}/include -Wall -Werror -Wshadow -Wmissing-prototypes -Wmissing-declarations
+# Disable -Werror as long as we're using OpenSSL snapshots.
+
+CFLAGS = -g -I${OPENSSL_DIR}/include -Wall -Wshadow -Wmissing-prototypes -Wmissing-declarations
LDFLAGS = -static
# -H -Wl,-t