vsomeip icon indicating copy to clipboard operation
vsomeip copied to clipboard

wrong compiler option given -g if not build with MSVC

Open xuantambk opened this issue 3 years ago • 1 comments

image

If not built with MSVC you will alwasy build with -g in CMAKE_CXX_FLAGS Example when setup build with -DCMAKE_BUILD_TYPE =Release but Size of lib someip is about 40MB

xuantambk avatar Dec 05 '21 15:12 xuantambk

You shou modify the cmake and delete some compilier params which represent the debug info

ByteXiaoTang avatar Dec 10 '21 05:12 ByteXiaoTang