Skip to content

Commit 4342cf2

Browse files
cccclaifacebook-github-bot
authored andcommitted
fix typo (#3235)
Summary: Pull Request resolved: #3235 It's "Release" not "RELEASE".... Reviewed By: lucylq Differential Revision: D56451118 fbshipit-source-id: 63702f6fb906b3bc0e8d79061a7f7f6e849ea162
1 parent d8e94b0 commit 4342cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/selective_build/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ list(TRANSFORM _executor_runner__srcs PREPEND "${EXECUTORCH_ROOT}/")
115115
# link to
116116
#
117117
add_executable(selective_build_test ${_executor_runner__srcs})
118-
if(CMAKE_BUILD_TYPE EQUAL "RELEASE")
118+
if(CMAKE_BUILD_TYPE EQUAL "Release")
119119
target_link_options(selective_build_test PRIVATE "LINKER:--gc-sections")
120120
endif()
121121
target_link_libraries(

0 commit comments

Comments
 (0)