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:
@@ -28,7 +28,7 @@ remove_strict_flags()
|
|||||||
|
|
||||||
# remove debug flag here since this is not a blender maintained library
|
# 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.
|
# 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
|
# quiet compiler warnings about undefined defines
|
||||||
|
Reference in New Issue
Block a user