You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/08/20 19:59:40 UTC

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18904: [RFC] MXNet external operators

leezu commented on a change in pull request #18904:
URL: https://github.com/apache/incubator-mxnet/pull/18904#discussion_r474239441



##########
File path: CMakeLists.txt
##########
@@ -160,6 +160,7 @@ if("$ENV{VERBOSE}" STREQUAL "1")
   message(STATUS " Verbose Makefile ACTIVATED")
   set(CMAKE_VERBOSE_MAKEFILE ON)
 endif()
+set(CMAKE_VERBOSE_MAKEFILE ON)

Review comment:
       Please remove this. Instead you should specify `VERBOSE=1` when running `make`, or `-v` when running ninja.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org