aboutsummaryrefslogtreecommitdiffstats
path: root/fnet/src/examples/frt/rpc/CMakeLists.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-01-28 06:10:24 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-01-28 06:21:27 +0000
commit73512b819fd8b9703157ed9d086e5d2b677642ea (patch)
tree5bdefc8784705fb039a7d515db2eed774414ff07 /fnet/src/examples/frt/rpc/CMakeLists.txt
parentfe2ea2e136cdba8f1351a4935b7c973e6f7c81a6 (diff)
Avoid using vespamalloc for small utility programs as it has a too high initial cost and memory footprint.
Diffstat (limited to 'fnet/src/examples/frt/rpc/CMakeLists.txt')
-rw-r--r--fnet/src/examples/frt/rpc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnet/src/examples/frt/rpc/CMakeLists.txt b/fnet/src/examples/frt/rpc/CMakeLists.txt
index 7cad990b090..de4f9e89864 100644
--- a/fnet/src/examples/frt/rpc/CMakeLists.txt
+++ b/fnet/src/examples/frt/rpc/CMakeLists.txt
@@ -48,7 +48,7 @@ vespa_add_executable(fnet_rpc_callback_client_app
vespa_add_executable(fnet_rpc_invoke_app
SOURCES
rpc_invoke.cpp
- OUTPUT_NAME vespa-rpc-invoke-bin
+ OUTPUT_NAME vespa-rpc-invoke
INSTALL bin
DEPENDS
fnet