Skip to content

Commit

Permalink
Enable REPRODUCIBLE_BUILD option by default
Browse files Browse the repository at this point in the history
  • Loading branch information
equalsraf authored and equalsraf committed Jul 24, 2024
1 parent 8dcad37 commit d186f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endif()
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

option(REPRODUCIBLE_BUILD "Make this build reproducible" OFF)
option(REPRODUCIBLE_BUILD "Make this build reproducible" ON)
option(USE_GCOV "Enable gcov support" OFF)
option(ENABLE_CLAZY "Build with KDE Clang Clazy Linter" OFF)
option(ENABLE_TIDY "Build with Clang Tidy Linter" OFF)
Expand Down

0 comments on commit d186f0f

Please sign in to comment.