We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0837bbd commit c47eaa3Copy full SHA for c47eaa3
CMakeLists.txt
@@ -96,7 +96,7 @@ project (Jerry CXX C ASM)
96
elseif("${PLATFORM}" STREQUAL "OPENWRT")
97
set(PLATFORM_EXT "LINUX")
98
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)
101
else()
102
message(FATAL_ERROR "Platform '${PLATFORM}' is not supported")
0 commit comments