Skip to content

Commit ed988b6

Browse files
committed
[Tizen][ci] Add ignore linker option
1 parent 211da04 commit ed988b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
cd flutter
6666
# Ignore unsupported linker option.
6767
sed -i "/-Wl,--undefined-version/d" engine/src/build/config/compiler/BUILD.gn
68+
sed -i "s/Wno-nontrivial-memcall/Wno-nontrivial-memaccess/g" engine/src/build/config/compiler/BUILD.gn
6869
6970
engine/src/flutter/tools/gn \
7071
--target-os linux \

0 commit comments

Comments
 (0)