Skip to content

Commit 735b6a3

Browse files
jhuber6yuxuanchen1997
authored andcommitted
[libc] Remove leftover debugging in clang-nvlink-wrapper
Summary: This was accidentally left in. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60251112
1 parent c13e109 commit 735b6a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/tools/clang-nvlink-wrapper/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ set(CLANG_NVLINK_WRAPPER_LIB_DEPS
3636
clangBasic
3737
)
3838

39-
target_compile_options(clang-nvlink-wrapper PRIVATE "-g" "-O0")
40-
4139
target_link_libraries(clang-nvlink-wrapper
4240
PRIVATE
4341
${CLANG_NVLINK_WRAPPER_LIB_DEPS}

0 commit comments

Comments
 (0)