eb2298a262
packaging. OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=11
26 lines
859 B
Diff
26 lines
859 B
Diff
From 99735fbdb242e1d853456913266944ff6e1f24f3 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Kristoffer=20Gr=C3=B6nlund?= <krig@koru.se>
|
|
Date: Wed, 6 Jul 2016 13:07:37 +0200
|
|
Subject: [PATCH] Disable embedding timestamp information
|
|
|
|
---
|
|
CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/llvm/CMakeLists.txt b/src/llvm/CMakeLists.txt
|
|
index 4dd43e7..de5e766 100644
|
|
--- a/src/llvm/CMakeLists.txt
|
|
+++ b/src/llvm/CMakeLists.txt
|
|
@@ -230,7 +230,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()
|
|
--
|
|
2.9.0
|
|
|