play with CMakeLists.txt compile flags, change from using DEBUG to NDEBUG (the way...
authortuxdev <tuxdev@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Thu, 19 Nov 2009 17:18:08 +0000 (17:18 +0000)
committertuxdev <tuxdev@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Thu, 19 Nov 2009 17:18:08 +0000 (17:18 +0000)
commit09e32d40dcf50aa20a147dcb607c0af8ba837bd5
treec12b781099aa75cf8d1e62c19de5c4c45d6ae5f6
parent279b6366abe71756cb26a841cda8ed63128cb52d
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

git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6052 837edb03-e0f3-0310-88ca-d4d4e8b29345
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