summaryrefslogtreecommitdiffstats
path: root/config
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 /config
parentfe2ea2e136cdba8f1351a4935b7c973e6f7c81a6 (diff)
Avoid using vespamalloc for small utility programs as it has a too high initial cost and memory footprint.
Diffstat (limited to 'config')
-rw-r--r--config/src/apps/vespa-get-config/.gitignore2
-rw-r--r--config/src/apps/vespa-get-config/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/src/apps/vespa-get-config/.gitignore b/config/src/apps/vespa-get-config/.gitignore
index 141e1e034fd..a6c00fa4508 100644
--- a/config/src/apps/vespa-get-config/.gitignore
+++ b/config/src/apps/vespa-get-config/.gitignore
@@ -1,4 +1,4 @@
/.depend
/Makefile
/getvespaconfig
-vespa-get-config-bin
+vespa-get-config
diff --git a/config/src/apps/vespa-get-config/CMakeLists.txt b/config/src/apps/vespa-get-config/CMakeLists.txt
index eb6b49ff824..b6dea3e1508 100644
--- a/config/src/apps/vespa-get-config/CMakeLists.txt
+++ b/config/src/apps/vespa-get-config/CMakeLists.txt
@@ -2,7 +2,7 @@
vespa_add_executable(config_getvespaconfig_app
SOURCES
getconfig.cpp
- OUTPUT_NAME vespa-get-config-bin
+ OUTPUT_NAME vespa-get-config
INSTALL bin
DEPENDS
config_cloudconfig