From aee269ca748dbcb0bff7b626ef8e8607b820206a Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 23 May 1998 14:31:23 +0000 Subject: [PATCH] Updated ... --- README.autoconf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.autoconf b/README.autoconf index 3f9104300..ec9c808e7 100644 --- a/README.autoconf +++ b/README.autoconf @@ -20,3 +20,8 @@ When making a change to any of these files you will need to run: Then follow the regular build procedure: ./configure; make; make install + +For debuging purposes you might want to try something like: + + CFLAGS=-Wall CXXFLAGS=-Wall ./configure --disable-shared; make; make install + -- 2.39.5