From: curt Date: Sat, 23 May 1998 14:31:23 +0000 (+0000) Subject: Updated ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aee269ca748dbcb0bff7b626ef8e8607b820206a;p=flightgear.git Updated ... --- 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 +