From 87c51fe15b7f1a09a010552534a103ee6570240c Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 19 May 2010 06:23:02 +0400 Subject: [PATCH 4/9] Don't force build type --- CMakeLists.txt | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 39a4673..d72d1c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,10 +65,6 @@ SET(CMAKE_CXX_FLAGS_DEBIAN "-O2 -DNDEBUG") ADD_DEFINITIONS(-DDATADIR="${CMAKE_INSTALL_PREFIX}/share/lightspark") -IF(NOT CMAKE_BUILD_TYPE) - SET(CMAKE_BUILD_TYPE "Debug") -ENDIF() - SET(LIBSPARK_SOURCES swf.cpp swftypes.cpp tags.cpp geometry.cpp actions.cpp frame.cpp input.cpp streams.cpp tags_stub.cpp logger.cpp vm.cpp asobjects.cpp abc.cpp abc_codesynt.cpp abc_opcodes.cpp flashdisplay.cpp flashevents.cpp textfile.cpp thread_pool.cpp flashgeom.cpp flashnet.cpp flashsystem.cpp flashutils.cpp compat.cpp abc_interpreter.cpp flashexternal.cpp flashtext.cpp flashmedia.cpp flv.cpp netutils.cpp timer.cpp decoder.cpp threading.cpp flashxml.cpp) IF(${CMAKE_SYSTEM_PROCESSOR} MATCHES "i[3-6]86") -- 1.7.1