Jiri Daněk created PROTON-2724: ---------------------------------- Summary: 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
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