]> git.mxchange.org Git - flightgear.git/commitdiff
Updated ...
authorcurt <curt>
Sat, 23 May 1998 14:31:23 +0000 (14:31 +0000)
committercurt <curt>
Sat, 23 May 1998 14:31:23 +0000 (14:31 +0000)
README.autoconf

index 3f9104300c411450c9761de65b4030f249130415..ec9c808e7c8be6a6f4349219ca5a3b0783032f3e 100644 (file)
@@ -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
+