Skip to content

Commit 3a22691

Browse files
committed
do not strip for now
1 parent 13593c7 commit 3a22691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ project (Jerry CXX C ASM)
9696
elseif("${PLATFORM}" STREQUAL "OPENWRT")
9797
set(PLATFORM_EXT "LINUX")
9898
set(EXTERNAL_BUILD FALSE)
99-
find_program(CMAKE_STRIP NAMES arm-openwrt-linux-strip strip)
100-
option(STRIP_RELEASE_BINARY "Strip symbols from release binaries" ON)
99+
# find_program(CMAKE_STRIP NAMES arm-openwrt-linux-strip strip)
100+
# option(STRIP_RELEASE_BINARY "Strip symbols from release binaries" ON)
101101
else()
102102
message(FATAL_ERROR "Platform '${PLATFORM}' is not supported")
103103
endif()

0 commit comments

Comments
 (0)