]> git.mxchange.org Git - flightgear.git/blobdiff - Simulator/commondefs
Lots of little tweaks to fix various consistency problems discovered by
[flightgear.git] / Simulator / commondefs
index 9e8b7f6df22d62eaa4d8b97b611321a29dd94b02..d1f700d77da92f53fb56111543399e9d69cde81b 100644 (file)
@@ -5,7 +5,7 @@
 #---------------------------------------------------------------------------
 
 FG_VERSION_MAJOR = 0
-FG_VERSION_MINOR = 29
+FG_VERSION_MINOR = 31
 FG_VERSION = $(FG_VERSION_MAJOR).$(FG_VERSION_MINOR)
 
 
@@ -43,7 +43,7 @@ TAR = tar
 #
 #---------------------------------------------------------------------------
 
-GLOBAL_CFLAGS = -Wall -DVERSION=\"$(FG_VERSION)\"
+GLOBAL_CFLAGS = -g -Wall -DVERSION=\"$(FG_VERSION)\"
 
 
 #---------------------------------------------------------------------------