diff options
author | Damjan Marion <damarion@cisco.com> | 2021-05-10 14:51:44 +0200 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2021-05-11 12:36:11 +0200 |
commit | 0d39cbac6d688fb98d05c32acec699b25a599ead (patch) | |
tree | 310b33f4b48b6aa342b0f1d398678b1e78ace81b /configure | |
parent | 033e6ef52473aa3a87b1fe6db64114258106304b (diff) |
build: compiler flags handling cleanup
Type: make
Change-Id: I51f30edb91e09525ba116fe3941f2e43f9718da7
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 369adedaab8..7d9b017252d 100755 --- a/configure +++ b/configure @@ -80,6 +80,7 @@ cmake \ -B ${build_dir} \ -DCMAKE_PREFIX_PATH=${prefix_path} \ -DCMAKE_INSTALL_PREFIX=${install_dir} \ + -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON \ -DCMAKE_BUILD_TYPE:STRING=${build_type} cat << __EOF__ @@ -89,7 +90,6 @@ cmake \ ninja Build VPP ninja set-build-type-* Change build type to <debug|release|gcov|...> 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 |