Wireshark-commits: [Wireshark-commits] master 4de0ea3: CMake: change static qtui library into an ob
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 12 Jan 2019 18:21:00 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4de0ea38cdb46f925fe7b0d8a7a4096442b501f9
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

4de0ea3 by Peter Wu (peter@xxxxxxxxxxxxx):

    CMake: change static qtui library into an object library
    
    Save 800ms and avoids a synchronization point (improves build
    parallelism) by directly adding object files to the wireshark binary.
    
    Change-Id: I7d1484c65a26f3f6874474b61d38ba474aba8347
    Reviewed-on: https://code.wireshark.org/review/31512
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: João Valverde <j@xxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  5cc4614   CMake: use object libraries to avoid redundant builds
     add  4de0ea3   CMake: change static qtui library into an object library


Summary of changes:
 CMakeLists.txt       | 3 ++-
 ui/qt/CMakeLists.txt | 5 +----
 2 files changed, 3 insertions(+), 5 deletions(-)