From 3a533cd561eb75deab489d5ab39a7ec4e1bf7952 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Mon, 3 May 2021 12:40:27 +0200 Subject: build: add set-build-type-* targets to CMake Type: make Change-Id: Icf37873b461cd034567dc1b99e23d1bbb3f4b9f0 Signed-off-by: Damjan Marion --- configure | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 2c3f4990395..384cfcf956e 100755 --- a/configure +++ b/configure @@ -85,12 +85,13 @@ cmake \ Useful build commands: - ninja Build VPP - ninja config Start build configuration TUI - ninja compdb Generate compile_commands.json - ninja run Runs VPP using startup.conf in the build directory - ninja debug Runs VPP inside GDB using startup.conf in the build directory - ninja pkg-deb Create .deb packages - ninja install Install VPP to $install_dir + ninja Build VPP + ninja set-build-type-* Change build type to + ninja config Start build configuration TUI + ninja compdb Generate compile_commands.json + ninja run Runs VPP using startup.conf in the build directory + ninja debug Runs VPP inside GDB using startup.conf in the build directory + ninja pkg-deb Create .deb packages + ninja install Install VPP to $install_dir __EOF__ -- cgit