--- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,11 +68,6 @@ set(MINIMAL_BUILD_FLAGS "-DMINIMAL_BUILD") endif() -if(MUSL_OPTIMIZED_BUILD) - set(SYSDIG_MUSL_FLAGS "-static -Os") -endif() - - if(NOT WIN32) set(SYSDIG_DEBUG_FLAGS "-D_DEBUG")