play with CMakeLists.txt compile flags, change from using DEBUG to NDEBUG (the way...
authorTim Goya <tuxdev103@gmail.com>
Thu, 19 Nov 2009 17:18:08 +0000 (17:18 +0000)
committerTim Goya <tuxdev103@gmail.com>
Thu, 19 Nov 2009 17:18:08 +0000 (17:18 +0000)
commitf0eca3366385d513651f695942c0ee8474a7de3b
treec12b781099aa75cf8d1e62c19de5c4c45d6ae5f6
parent4368db3bf92809c1b7751bb3ce6efeae15b329c4
play with CMakeLists.txt compile flags, change from using DEBUG to NDEBUG (the way assert works) and use CMAKE_BUILD_TYPE to control DEBUG-ness

SVN-Revision: 6052
16 files changed:
CMakeLists.txt
SConscript
src/audio/ogg_sound_file.cpp
src/audio/sound_manager.cpp
src/object/anchor_point.cpp
src/object/player.cpp
src/physfs/ifile_streambuf.cpp
src/sprite/sprite.cpp
src/supertux/main.cpp
src/supertux/tile.cpp
src/supertux/title_screen.cpp
src/util/log.cpp
src/util/log.hpp
src/video/color.hpp
src/video/drawing_context.cpp
src/video/glutil.hpp