X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2FCMakeLists.txt;fp=extras%2Fvom%2Fvom%2FCMakeLists.txt;h=92a4348dba4584fd9797202e36bc8a801c64c7f2;hb=e3282bae27064b3d9788e235db50441fd2fe1a70;hp=ad5a66e3521d8debc56e3ca329fe72815e404b7d;hpb=d5d7b96ec157a44dda2753a4f9c49cc40a76e1f7;p=vpp.git diff --git a/extras/vom/vom/CMakeLists.txt b/extras/vom/vom/CMakeLists.txt index ad5a66e3521..92a4348dba4 100644 --- a/extras/vom/vom/CMakeLists.txt +++ b/extras/vom/vom/CMakeLists.txt @@ -300,7 +300,7 @@ list(APPEND VOM_HEADERS vxlan_tunnel.hpp ) -add_definitions(-Wall -Werror -std=gnu++11) +add_definitions(-Wall -Werror -std=gnu++11 -g) add_library(vom SHARED ${VOM_SOURCES}) if (VOM_LIB_VERSION) set_target_properties(vom PROPERTIES SOVERSION ${VOM_LIB_VERSION})