Skip to content

Commit c8fc2ea

Browse files
ldionnecopybara-github
authored andcommitted
[runtimes] Improve the documentation for LIBCXX_ADDITIONAL_COMPILE_FLAGS (#112733)
This clarifies how that option is meant to be used to avoid confusion. As a drive-by, also fix an incorrect usage in the recently-added GPU caches. NOKEYCHECK=True GitOrigin-RevId: e67442486d5efd48235f62b438557bc95193fc48
1 parent e72a675 commit c8fc2ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,7 @@ set(LIBUNWIND_C_FLAGS "")
162162
set(LIBUNWIND_CXX_FLAGS "")
163163
set(LIBUNWIND_COMPILE_FLAGS "")
164164
set(LIBUNWIND_LINK_FLAGS "")
165-
set(LIBUNWIND_ADDITIONAL_COMPILE_FLAGS "" CACHE STRING
166-
"Additional Compile only flags which can be provided in cache")
165+
set(LIBUNWIND_ADDITIONAL_COMPILE_FLAGS "" CACHE STRING "See documentation for LIBCXX_ADDITIONAL_COMPILE_FLAGS")
167166
set(LIBUNWIND_ADDITIONAL_LIBRARIES "" CACHE STRING
168167
"Additional libraries libunwind is linked to which can be provided in cache")
169168

0 commit comments

Comments
 (0)