mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-27 14:15:09 +02:00
13 lines
266 B
Diff
13 lines
266 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -75,10 +75,6 @@ if(MINIMAL_BUILD)
|
|
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")
|