Skip to content

Commit 7f5720a

Browse files
AMDmi3alexp-sssup
authored andcommitted
Don't force build type
1 parent 7090a37 commit 7f5720a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ SET(CMAKE_CXX_FLAGS_DEBIAN "-O2")
6060

6161
ADD_DEFINITIONS(-DDATADIR="${CMAKE_INSTALL_PREFIX}/share/lightspark")
6262

63-
IF(NOT CMAKE_BUILD_TYPE)
64-
SET(CMAKE_BUILD_TYPE "Debug")
65-
ENDIF()
66-
6763

6864
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)
6965
IF(${CMAKE_SYSTEM_PROCESSOR} MATCHES "i[3-6]86")

0 commit comments

Comments
 (0)