From e25fe25811e24ddc285bdc409bc58bc7d89d4674 Mon Sep 17 00:00:00 2001 From: "Steffen (Daode) Nurpmeso" Date: Sat, 19 Aug 2017 15:53:06 +0200 Subject: [PATCH] INSTALL: add "What if tests fail?" --- INSTALL | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index a0e83341..cbc06c9f 100644 --- a/INSTALL +++ b/INSTALL @@ -4,7 +4,8 @@ I n s t a l l i n g S - n a i l / S - m a i l x 1. Compilation 1.1 What if configuration fails? 1.2 What if building fails? -1.3 How can i enable debugging? +1.3 What if tests fail? +1.4 How can i enable debugging? 2. Notes on building the latest release 1. Compilation @@ -182,7 +183,16 @@ Even worse! This should not happen if configuration succeeded! It would be very kind and highly appreciated if you would report this to the mailing-list. -1.3 How can i enable debugging? +1.3 What if tests fail? +----------------------- + +That would be a disaster. Please contact the mailing-list! +If you have used OPT_AUTOCC (the default) and a non-debug target, you +could try to reconfigure with an additional cc_maxopt=1 on the command +line and report whether that makes testing succeed. Thank you! + + +1.4 How can i enable debugging? ------------------------------- Please ensure OPT_DEBUG=yes is enabled during compilation, as in -- 2.11.4.GIT