void-packages/srcpkgs/ledger/patches/fix-cflags.patch
2021-04-03 10:13:09 +07:00

12 lines
293 B
Diff

Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -41,7 +41,6 @@ if (BUILD_DEBUG)
set(CMAKE_BUILD_TYPE Debug)
set(DEBUG_MODE 1)
else()
- set(CMAKE_BUILD_TYPE Release)
set(DEBUG_MODE 0)
endif()