]> granicus.if.org Git - llvm/commitdiff
Disable LLVM_ENABLE_TIMESTAMPS by default
authorChris Bieneman <beanz@apple.com>
Tue, 3 May 2016 21:22:14 +0000 (21:22 +0000)
committerChris Bieneman <beanz@apple.com>
Tue, 3 May 2016 21:22:14 +0000 (21:22 +0000)
This change is based on the discussion from http://lists.llvm.org/pipermail/llvm-dev/2016-May/098990.html.

The goal is to make the default LLVM configuration build deterministically.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268441 91177308-0d34-0410-b5e6-96231b3b80d8

CMakeLists.txt

index af38ed3d5f07528bc76694fc1309ab155dff1671..7d30166fb32e27906fc0443f64968aeee6e51915 100644 (file)
@@ -250,7 +250,7 @@ set(LLVM_EXPERIMENTAL_TARGETS_TO_BUILD ""
 option(BUILD_SHARED_LIBS
   "Build all libraries as shared libraries instead of static" OFF)
 
-option(LLVM_ENABLE_TIMESTAMPS "Enable embedding timestamp information in build" ON)
+option(LLVM_ENABLE_TIMESTAMPS "Enable embedding timestamp information in build" OFF)
 if(LLVM_ENABLE_TIMESTAMPS)
   set(ENABLE_TIMESTAMPS 1)
 endif()