Wireshark-commits: [Wireshark-commits] master 442314e: Revert "Override optimization and other flag

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 16 Nov 2015 08:36:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=442314e8b2bdc4ea921bd7136aadb851652f4ce7
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

442314e 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>
    

Actions performed:

    from  6c1ae95   [docsis->ucd] Removed S-CDMA bursts and added expert
    adds  442314e   Revert "Override optimization and other flags for make based generators."


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