瀏覽代碼

prevent updating llvm-project during 'make'

tags/v0.0.1
Henry Case 3 年之前
父節點
當前提交
0bb09a6e22
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      .cmake/libstd-memory_sanitizer.mk

+ 3
- 0
.cmake/libstd-memory_sanitizer.mk 查看文件

@@ -18,6 +18,9 @@ ExternalProject_Add(
INSTALL_COMMAND DESTDIR=${PREFIX} make install-cxx-headers install-cxx install-cxxabi
COMMENT "Building memcheck instrumented libc++ and libc++abi"
PREFIX ${PREFIX}
# Don't try updating the source. This prevents running update when calling 'make' (not sure why update step is run during make).
# It will also cause not updateing source during calling 'cmake' again. But we use fixed branch, so this shouldn't be needed
UPDATE_DISCONNECTED TRUE
)

add_library(


Loading…
取消
儲存