diff cmake/FindD.cmake @ 257:17b5e13364b7 lifetime

(none)
author maxter
date Wed, 16 Sep 2009 13:56:02 +0000
parents 2d061b52e077
children
line wrap: on
line diff
--- a/cmake/FindD.cmake	Mon Aug 31 12:07:28 2009 +0000
+++ b/cmake/FindD.cmake	Wed Sep 16 13:56:02 2009 +0000
@@ -70,9 +70,9 @@
 endif(NOT ONE_BUILD_COMMAND)
 
 ## Specific flags for build configurations.
-## TODO: Add another targets.
+## TODO: Add other targets.
 set(D_RELEASE_FLAGS -O -release)
-set(D_DEBUG_FLAGS -g )
+set(D_DEBUG_FLAGS -g -debug=QtdVerbose)
 if(D_IS_LLVM)
     set(D_RELEASE_FLAGS ${D_RELEASE_FLAGS} -enable-inlining)
     set(D_DEBUG_FLAGS ${D_DEBUG_FLAGS} -d-debug)