Skip to content

Commit 51c7c69

Browse files
committed
remove backward cpp
1 parent 5a0ab05 commit 51c7c69

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ message(STATUS "Generator .............. ${CMAKE_GENERATOR}")
3636
message(STATUS "Build Type ............. ${CMAKE_BUILD_TYPE}")
3737

3838
option(OMXPLAYER_SUPPORTS_RUNTIME_ROTATION "Whether omxplayer supports runtime rotation." OFF)
39-
option(ENABLE_BACKWARD_CPP "Set to true if flutter-pi should be compiled with backward-cpp, to provide nice stracktraces on crash. (Useful for bug reports.)" OFF)
4039
option(BUILD_TEXT_INPUT_PLUGIN "Include the text input plugin in the finished binary. Enables text input (to flutter text fields, for example) via attached keyboards." ON)
4140
option(BUILD_RAW_KEYBOARD_PLUGIN "Include the raw keyboard plugin in the finished binary. Enables raw keycode listening in flutter via the flutter RawKeyboard interface." ON)
4241
option(BUILD_TEST_PLUGIN "Include the test plugin in the finished binary. Allows testing platform channel communication." OFF)
@@ -227,13 +226,6 @@ if (BUILD_GSTREAMER_VIDEO_PLAYER_PLUGIN)
227226
${LIBGSTREAMER_VIDEO_CFLAGS}
228227
)
229228
endif()
230-
if (ENABLE_BACKWARD_CPP)
231-
add_subdirectory(third_party/backward-cpp)
232-
target_sources(flutter-pi PRIVATE ${BACKWARD_ENABLE})
233-
target_compile_options(flutter-pi PRIVATE -funwind-tables)
234-
target_link_options(flutter-pi PRIVATE -funwind-tables)
235-
add_backward(flutter-pi)
236-
endif()
237229

238230
# Needed so dart VM can actually resolve symbols in the same
239231
# executable.

0 commit comments

Comments
 (0)