Changeset 9419 for trunk/MagicSoft


Ignore:
Timestamp:
04/01/09 13:15:52 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9414 r9419  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2009/04/02 Thomas Bretz
     21
     22   * Makefile.conf.linux:
     23     - removed accidental '-g'
     24
     25
     26
     27 2009/04/01 Thomas Bretz
     28
     29   * Makefile.conf.linux:
     30     - removed -Wconversion (produces too much output on newer
     31       compilers)
     32
     33
     34
    2035 2009/03/30 Thomas Bretz
    2136
     
    3247   * mhbase/MH.cc:
    3348     - added "temp" to palette
     49
    3450
    3551
  • trunk/MagicSoft/Mars/Makefile.conf.linux

    r9416 r9419  
    1919OPTIM    := -O5 -Wall -Winit-self -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Woverloaded-virtual
    2020# ggc 4.3: removed -Wshadow -fnonnull-objects -Wtraditional -Wnested-externs -Wconversion
    21 DEBUG    := -g
     21DEBUG    :=
    2222ARCHDEF  := -D__LINUX__
    2323SOFLAG   := -shared
Note: See TracChangeset for help on using the changeset viewer.