Wireshark-commits: [Wireshark-commits] master-2.0 976d60c: Revert "Override optimization and other
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 16 Nov 2015 08:46:28 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=976d60c9d4bee252e53b241b5f991b97c06b4188
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

976d60c by Peter Wu (peter@xxxxxxxxxxxxx):

    Revert "Override optimization and other flags for make based generators."
    
    Some compiler flags may not be passed twice (such as -mllvm
    -msan-keep-going), so avoid duplicating CMAKE_C(XX)_FLAGS.
    
    When -DCMAKE_BUILD_TYPE=<type> is set, you can override the default
    optimization and debug flags with -DCMAKE_C_FLAGS_<type>=....
    
    This reverts commit 15a238a28d0dbfffe908a6451e411a64a34da678.
    
    Change-Id: I4e1cf11c49eaf00ad4a2c430454a127b4be20d9e
    Reviewed-on: https://code.wireshark.org/review/11597
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    (cherry picked from commit 442314e8b2bdc4ea921bd7136aadb851652f4ce7)
    Reviewed-on: https://code.wireshark.org/review/11864
    

Actions performed:

    from  4d3e818   [docsis->ucd] Add support for 6 new TLVs
    adds  976d60c   Revert "Override optimization and other flags for make based generators."


Summary of changes:
 CMakeLists.txt |    7 -------
 1 file changed, 7 deletions(-)