mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-01 18:28:08 +00:00
15 lines
440 B
Diff
15 lines
440 B
Diff
Description: Enable reproducible builds by default.
|
|
Author: Utkarsh Gupta <utkarsh@debian.org>
|
|
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -54,7 +54,7 @@
|
|
option(USE_NTLMCLIENT "Enable NTLM support on Unix." ON)
|
|
endif()
|
|
|
|
- option(ENABLE_REPRODUCIBLE_BUILDS "Enable reproducible builds" OFF)
|
|
+ option(ENABLE_REPRODUCIBLE_BUILDS "Enable reproducible builds" ON)
|
|
endif()
|
|
|
|
if(APPLE)
|