From kde-commits Wed Oct 27 18:19:40 2010 From: Cyrille Berger Date: Wed, 27 Oct 2010 18:19:40 +0000 To: kde-commits Subject: koffice/krita Message-Id: <20101027181940.F33F0AC897 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=128820362219810 SVN commit 1190457 by berger: add a comment to explain the KritaDev M +3 -0 CMakeLists.txt --- trunk/koffice/krita/CMakeLists.txt #1190456:1190457 @@ -4,6 +4,9 @@ # turn on QImage as buffer for QPainter based canvas add_definitions(-DINDEPENDENT_CANVAS) +# +# The reason for this mode is that the Debug mode disable inlining +# if(CMAKE_COMPILER_IS_GNUCXX) set(CMAKE_CXX_FLAGS_KRITADEVS "-O2 -g" CACHE STRING "" FORCE) endif(CMAKE_COMPILER_IS_GNUCXX)