mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-08 19:45:10 +02:00
14 lines
251 B
Diff
14 lines
251 B
Diff
--- CMakeLists.txt.orig
|
|
+++ 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")
|