Skip to content

Commit

Permalink
disable verbose output for jitify_preprocess (#7886)
Browse files Browse the repository at this point in the history
Remove `-v` option from `jitify_preprocess` invocation to reduce "Found #include ..."-like output during builds.

Authors:
  - Christopher Harris (https://github.com/cwharris)

Approvers:
  - Keith Kraus (https://github.com/kkraus14)

URL: #7886
  • Loading branch information
cwharris authored Apr 7, 2021
1 parent 9952d1c commit b651949
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/cmake/Modules/JitifyPreprocessKernels.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ function(jit_preprocess_files)
COMMAND ${CMAKE_COMMAND} -E make_directory "${jit_output_directory}"
COMMAND jitify_preprocess ${ARG_FILE}
-o ${CUDF_GENERATED_INCLUDE_DIR}/include/jit_preprocessed_files
-v
-i
-m
-std=c++14
Expand Down

0 comments on commit b651949

Please sign in to comment.