Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bishop <nicholasbishop@gmail.com>2012-04-19 06:12:39 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-04-19 06:12:39 +0400
commitfc0f41756ef87b9464b59907bcc4143d2b40ba5f (patch)
tree00cdf843af776ab20040135d5b5660b7a45676ed /intern/opennl
parentbaba9c441e4d991744fa60960868164f3106d0f1 (diff)
Fix for disabling noisy opennl output.
More info from bf-committers: http://lists.blender.org/pipermail/bf-committers/2012-April/036339.html
Diffstat (limited to 'intern/opennl')
-rw-r--r--intern/opennl/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opennl/CMakeLists.txt b/intern/opennl/CMakeLists.txt
index 231802b31f2..322428386b1 100644
--- a/intern/opennl/CMakeLists.txt
+++ b/intern/opennl/CMakeLists.txt
@@ -28,7 +28,7 @@ remove_strict_flags()
# remove debug flag here since this is not a blender maintained library
# and debug gives a lot of prints on UV unwrapping. developers can enable if they need to.
-remove_cc_flag("-DDEBUG")
+add_definitions(-UDEBUG)
# quiet compiler warnings about undefined defines