Closed hguandl closed 1 year ago
vcpkg is using release build configuration, causing dsymutil not able to extract the debug symbols.
Fix by adding -g -DNDEBUG to cc / cxx, which is from the RelWithDebInfo configuration in CMake. Then strip them.
-g -DNDEBUG
vcpkg is using release build configuration, causing dsymutil not able to extract the debug symbols.
Fix by adding
-g -DNDEBUG
to cc / cxx, which is from the RelWithDebInfo configuration in CMake. Then strip them.