Wireshark-commits: [Wireshark-commits] master 50b6734: Dump additional debugging information.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 2 Aug 2014 21:01:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=50b67345b7eb35ae271b393b1e416f487338a1de
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

50b6734 by Guy Harris (guy@xxxxxxxxxxxx):

    Dump additional debugging information.
    
    For autotools, dump CC, CFLAGS, CXX, and CXXFLAGS.
    
    For CMake, dump CMAKE_C_COMPILER_ID and CMAKE_CXX_COMPILER_ID.
    
    Hopefully this will help figure out why CMake builds catch different
    warnings from autotools builds.
    
    Change-Id: I26955ad955f60e8bad248562fa87963a3a1bb42f
    Reviewed-on: https://code.wireshark.org/review/3365
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  493c4c2   Wait until the C and C++ compiler flags are fully set before showing them.
    adds  50b6734   Dump additional debugging information.


Summary of changes:
 CMakeLists.txt |    2 ++
 configure.ac   |    9 +++++++++
 2 files changed, 11 insertions(+)