Skip to content

Commit

Permalink
use /FS for final link
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Feb 6, 2021
1 parent 7154b16 commit 832e974
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,9 @@ endif()
add_executable(mixxx WIN32 src/main.cpp)
set_target_properties(mixxx-lib PROPERTIES CXX_CLANG_TIDY "${CLANG_TIDY}")
target_link_libraries(mixxx PUBLIC mixxx-lib)
if(SCCACHE_SUPPORT AND MSVC)
target_link_options(mixxx PUBLIC /FS)
endif()

#
# Installation and Packaging
Expand Down

0 comments on commit 832e974

Please sign in to comment.