From c8983241b9d93d2c3b60b0705efbc3cdee54c534 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Fri, 30 Apr 2021 19:31:09 +0200 Subject: build: add option to turn off some march variants Type: make Change-Id: I53f7995c7e7a7ff829c662d71f37d88780bdd140 Signed-off-by: Damjan Marion --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 165429a2e63..2c3f4990395 100755 --- a/configure +++ b/configure @@ -86,7 +86,7 @@ cmake \ Useful build commands: ninja Build VPP - ninja menu Start build configuration TUI + 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 -- cgit 1.2.3-korg