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 211da04 commit ed988b6Copy full SHA for ed988b6
1 file changed
.github/workflows/build.yml
@@ -65,6 +65,7 @@ jobs:
65
cd flutter
66
# Ignore unsupported linker option.
67
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
69
70
engine/src/flutter/tools/gn \
71
--target-os linux \
0 commit comments