Skip to content

Commit 26b6ab1

Browse files
committed
Don't embed Git info in --version
1 parent 26ca2d7 commit 26b6ab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
152152
set(LLVM_ENABLE_PROJECTS clang;lld CACHE STRING "")
153153
set(LLVM_TARGETS_TO_BUILD AArch64;ARM CACHE STRING "")
154154
set(LLVM_DEFAULT_TARGET_TRIPLE aarch64-linux-gnu CACHE STRING "")
155+
set(LLVM_APPEND_VC_REV OFF CACHE BOOL "")
155156
set(CLANG_DEFAULT_LINKER lld CACHE STRING "")
156157

157158
# Default to a release build

0 commit comments

Comments
 (0)