Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions products/libllbuild/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ target_link_libraries(llbuild PRIVATE
llvmSupport
SQLite::SQLite3)

if(CMAKE_SYSTEM_NAME STREQUAL Windows)
set_target_properties(llbuild PROPERTIES LINK_FLAGS "/INCREMENTAL:NO")
endif()

if(NOT CMAKE_SYSTEM_NAME STREQUAL Windows)
target_link_libraries(llbuild PRIVATE
curses)
Expand Down
4 changes: 0 additions & 4 deletions products/llbuild/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ target_link_libraries(llbuild-tool PRIVATE
llvmSupport
SQLite::SQLite3)

if(CMAKE_SYSTEM_NAME STREQUAL Windows)
set_target_properties(llbuild-tool PROPERTIES LINK_FLAGS "/INCREMENTAL:NO")
endif()

set_target_properties(llbuild-tool PROPERTIES
OUTPUT_NAME llbuild)

Expand Down