[vlmc-devel] cmake: Don't force release mode for mac

Hugo Beauzée-Luyssen git at videolan.org
Sun Feb 9 13:43:03 CET 2014


vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Sun Feb  9 14:38:56 2014 +0200| [e47aa89f9507a2522ccbeaecc47f8067c2e57ca3] | committer: Hugo Beauzée-Luyssen

cmake: Don't force release mode for mac

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=e47aa89f9507a2522ccbeaecc47f8067c2e57ca3
---

 CMakeLists.txt |    1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fe9a937..297f8d7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -100,7 +100,6 @@ ELSE(NOT APPLE)
     #FIXME: Mac OS port does n't start if crash handler is enabled.
     SET(WITH_CRASHHANDLER_GUI FALSE CACHE BOOL "Disable crash handler gui...")
     SET(WITH_CRASHHANDLER False CACHE BOOL "Disable the crash handler")
-    SET(CMAKE_BUILD_TYPE "Release")
     #SET(CMAKE_OSX_ARCHITECTURES i386)
     #SET(CMAKE_INSTALL_PREFIX "${CMAKE_CURRENT_BINARY_DIR}")
 ENDIF(NOT APPLE)



More information about the Vlmc-devel mailing list