]> git.mxchange.org Git - flightgear.git/commitdiff
Enable release builds using the --without-logging option to the configure
authorcurt <curt>
Sat, 7 Nov 1998 19:07:01 +0000 (19:07 +0000)
committercurt <curt>
Sat, 7 Nov 1998 19:07:01 +0000 (19:07 +0000)
script.  Also a couple log message cleanups, plus some C to C++ comment
conversion.

config.h.in

index 57abe49646ca416d2336eab5f92c11f5b9d596d7..4bdd38b582ed6b292a3c598b08de78d97dfbe300 100644 (file)
 /* Define to empty if the keyword does not work.  */
 #undef const
 
+/* Define to eliminate all trace of debugging messages such as for a 
+   release build */
+#undef FG_NDEBUG
+
 /* Define if you don't have vprintf but do have _doprnt.  */
 #undef HAVE_DOPRNT