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 13593c7 commit 3a22691Copy full SHA for 3a22691
CMakeLists.txt
@@ -96,8 +96,8 @@ 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)
+# find_program(CMAKE_STRIP NAMES arm-openwrt-linux-strip strip)
+# option(STRIP_RELEASE_BINARY "Strip symbols from release binaries" ON)
101
else()
102
message(FATAL_ERROR "Platform '${PLATFORM}' is not supported")
103
endif()
0 commit comments