File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ if (NOT DEFINED CMAKE_INSTALL_BINDIR)
14
14
endif ()
15
15
16
16
set (CMAKE_C_FLAGS "-O2 -std=c11 -Wall" )
17
+ set (CMAKE_EXE_LINKER_FLAGS "-static" )
17
18
18
19
if (NOT DEFINED CMAKE_BUILD_TYPE OR CMAKE_BUILD_TYPE STREQUAL "" )
19
20
set (CMAKE_BUILD_TYPE "Release" )
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ set (CPACK_PACKAGE_MAINTAINER "Andrew Aladjev <andrew-aladjev@gmail.com>")
11
11
set (CPACK_DEBIAN_PACKAGE_MAINTAINER ${CPACK_PACKAGE_MAINTAINER} )
12
12
set (CPACK_FREEBSD_PACKAGE_MAINTAINER ${CPACK_PACKAGE_MAINTAINER} )
13
13
14
+ set (CPACK_DEBIAN_PACKAGE_SECTION "net" )
14
15
set (CPACK_FREEBSD_PACKAGE_ORIGIN "net/${PROJECT_NAME} " )
15
16
16
17
set (CPACK_PACKAGE_ARCHITECTURE "amd64" )
You can’t perform that action at this time.
0 commit comments