Skip to content

Commit

Permalink
Add breadcrumbs to cmake flags (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
reidbaker authored Sep 30, 2024
1 parent fb077af commit 9748699
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/config/compiler/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,12 @@ config("compiler") {
# to say that it does. Define them here instead.
defines += [ "HAVE_SYS_UIO_H" ]

# When Android requires new flags consider also editing the flags in
# the following locations.
# Framework plugin_ffi template: packages/flutter_tools/templates/plugin_ffi/src.tmpl/CMakeLists.txt.tmpl
# Example PR: https://github.com/flutter/flutter/pull/155508
# Dart Lang JNI package: pkgs/jni/src/CMakeLists.txt
# Example PR: https://github.com/dart-lang/native/pull/1615
ldflags += [
"-Wl,--no-undefined",
"-Wl,--exclude-libs,ALL",
Expand Down

0 comments on commit 9748699

Please sign in to comment.