Browse Source
Changelog: https://github.com/ebiggers/libdeflate/blob/v1.24/NEWS.md PR: 283589 Approved by: maintainer timeout, 1+ monthoverlay

3 changed files with 17 additions and 8 deletions
@ -1,3 +1,3 @@ |
|||
TIMESTAMP = 1728158443 |
|||
SHA256 (libdeflate-1.22.tar.gz) = 7834d9adbc9a809e0fb0d7b486060a9ae5f7819eb7f55bb8c22b10d7b3bed8da |
|||
SIZE (libdeflate-1.22.tar.gz) = 186676 |
|||
TIMESTAMP = 1748644315 |
|||
SHA256 (libdeflate-1.24.tar.gz) = a0dda1c4b804742066db07b9510876edd09cc0ca06cdc32c5dfe1b2016a26463 |
|||
SIZE (libdeflate-1.24.tar.gz) = 186668 |
|||
|
@ -0,0 +1,11 @@ |
|||
--- CMakeLists.txt.orig 2024-12-11 06:30:24 UTC |
|||
+++ CMakeLists.txt |
|||
@@ -61,7 +61,7 @@ endif() |
|||
endif() |
|||
|
|||
# Set common C compiler flags for all targets (the library and the programs). |
|||
-set(CMAKE_C_FLAGS_RELEASE "-O2 -DNDEBUG") |
|||
+# set(CMAKE_C_FLAGS_RELEASE "-O2 -DNDEBUG") |
|||
set(CMAKE_C_STANDARD 99) |
|||
if(NOT MSVC) |
|||
check_c_compiler_flag(-Wdeclaration-after-statement HAVE_WDECLARATION_AFTER_STATEMENT) |
Loading…
Reference in new issue