Joe McDonnell created IMPALA-13073:
--------------------------------------

             Summary: Toolchain builds should pass VERBOSE=1 into make
                 Key: IMPALA-13073
                 URL: https://issues.apache.org/jira/browse/IMPALA-13073
             Project: IMPALA
          Issue Type: Improvement
            Reporter: Joe McDonnell


It is useful to be able to examine the compilation flags for toolchain 
components. Sometimes we want to add --fno-omit-frame-pointers or add debug 
symbols with -g1 and verify that it actually gets set. For projects that use 
CMake, the output often does not print the compile command. CMake can produce a 
compilation database, but it is simpler to have make print the compilation 
command by adding VERBOSE=1. The output isn't that big and output gets 
redirected to a file, so it seems like we could leave it on by default.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to