[ https://issues.apache.org/jira/browse/PROTON-2724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17780353#comment-17780353 ]
ASF subversion and git services commented on PROTON-2724: --------------------------------------------------------- Commit 1dc37b2e6456085cd50dadbce0fa1a532bfd8831 in qpid-proton's branch refs/heads/main from Jiri Daněk [ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=1dc37b2e6 ] PROTON-2724: add CMake option to disable building binaries in c/tools (#414) > Cannot disable building binaries in c/tools > ------------------------------------------- > > Key: PROTON-2724 > URL: https://issues.apache.org/jira/browse/PROTON-2724 > Project: Qpid Proton > Issue Type: Improvement > Components: proton-c > Affects Versions: proton-c-0.38.0 > Reporter: Jiri Daněk > Assignee: Jiri Daněk > Priority: Major > Fix For: proton-c-0.40.0 > > > I can't get rid of building c/tools programs through CMake options. > I already have {{-DBUILD_TESTING=OFF}} and {{-DBUILD_EXAMPLES=OFF}}, but the > c/tools are still building. Especially the linking step with LTO takes a long > time. > I am cross-compiling proton for arm64/v8 using qemu emulation and I want to > reduce unnecessary steps because qemu is very slow. > (https://wiki.debian.org/RaspberryPi/qemu-user-static) > {noformat} > [130/135] Linking C executable c/tools/reactor-send > [131/135] Linking C executable c/tools/reactor-recv > [132/135] Linking C executable c/tools/msgr-send > [133/135] Linking C executable c/tools/msgr-recv > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org