We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb521d commit 0c64813Copy full SHA for 0c64813
llvm/CMakeLists.txt
@@ -250,7 +250,7 @@ set(LLVM_EXPERIMENTAL_TARGETS_TO_BUILD ""
250
option(BUILD_SHARED_LIBS
251
"Build all libraries as shared libraries instead of static" OFF)
252
253
-option(LLVM_ENABLE_TIMESTAMPS "Enable embedding timestamp information in build" ON)
+option(LLVM_ENABLE_TIMESTAMPS "Enable embedding timestamp information in build" OFF)
254
if(LLVM_ENABLE_TIMESTAMPS)
255
set(ENABLE_TIMESTAMPS 1)
256
endif()
0 commit comments