Fix for disabling noisy opennl output.

More info from bf-committers:
http://lists.blender.org/pipermail/bf-committers/2012-April/036339.html
This commit is contained in:
Nicholas Bishop 2012-04-19 02:12:39 +00:00
parent baba9c441e
commit fc0f41756e

@ -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