Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 9418)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 9419)
@@ -18,4 +18,19 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2009/04/02 Thomas Bretz
+
+   * Makefile.conf.linux:
+     - removed accidental '-g'
+
+
+
+ 2009/04/01 Thomas Bretz
+
+   * Makefile.conf.linux:
+     - removed -Wconversion (produces too much output on newer
+       compilers)
+
+
+
  2009/03/30 Thomas Bretz
 
@@ -32,4 +47,5 @@
    * mhbase/MH.cc:
      - added "temp" to palette
+
 
 
Index: /trunk/MagicSoft/Mars/Makefile.conf.linux
===================================================================
--- /trunk/MagicSoft/Mars/Makefile.conf.linux	(revision 9418)
+++ /trunk/MagicSoft/Mars/Makefile.conf.linux	(revision 9419)
@@ -19,5 +19,5 @@
 OPTIM    := -O5 -Wall -Winit-self -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Woverloaded-virtual
 # ggc 4.3: removed -Wshadow -fnonnull-objects -Wtraditional -Wnested-externs -Wconversion
-DEBUG    := -g
+DEBUG    := 
 ARCHDEF  := -D__LINUX__
 SOFLAG   := -shared
