Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
liudf0716 authored May 31, 2017
1 parent 8d8118b commit cff41f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ set(libs

ADD_DEFINITIONS(-Wall -O2 --std=gnu99 -Wmissing-declarations)

if(DEFINED BUILD_STATIC_LINK)
set(link_flag -static)
endif()

add_executable(xkcp_spy ${src_xkcp_spy})
target_link_libraries(xkcp_spy ${link_flag} ${libs})
Expand Down

0 comments on commit cff41f4

Please sign in to comment.