1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

Do not force "-g" flag when building with cmake, remove option "DISABLE_COMPILE_DEBUG"

This commit is contained in:
Sebastien Helleu
2009-01-07 14:26:51 +01:00
parent c61586baaa
commit d3a62a9434
-5
View File
@@ -59,11 +59,6 @@ OPTION(DISABLE_TCL "Disable Tcl scripting language")
OPTION(ENABLE_TRIGGER "Enable Trigger plugin")
OPTION(DISABLE_XFER "Disable Xfer (file transfert) plugin")
OPTION(DISABLE_DOC "Disable Doc")
OPTION(DISABLE_COMPILE_DEBUG "Disable debug info in object files")
IF(NOT DISABLE_COMPILE_DEBUG)
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g")
ENDIF(NOT DISABLE_COMPILE_DEBUG)
ADD_SUBDIRECTORY( po )
ADD_SUBDIRECTORY( src )