https://bugs.kde.org/show_bug.cgi?id=496477
--- Comment #5 from Rob Bresalier <rob.bresal...@nokia.com> --- 2 main compiler flags that are likely most important: -mcpu=neoverse-n2 -march=armv8.5-a+crypto Compiler version info: $ /opt/WR/WindRiverLinux-21-240903/wr21-toolchain/bin/aarch64-cn10k-linux-g++ --version aarch64-cn10k-linux-g++ (GCC) 10.5.0 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Here is the full compile command line with all the compiler flags: /opt/WR/WindRiverLinux-21-240903/wr21-toolchain/bin/aarch64-cn10k-linux-g++ --sysroot=/opt/WR/WindRiverLinux-21-240903/wrlinux-cn10k/sysroots/neoversen2-crypto-cn10k-linux -DGOOGLE_PROTOBUF_CMAKE_BUILD -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_EXPORTS -I/home/user/workspace/mdt_assets/wr21_cn106.build/grpc-prefix/src/grpc-build/third_party/protobuf -I/home/user/workspace/mdt_assets/grpc/third_party/protobuf/src -I/home/user/workspace/mdt_assets/grpc/third_party/protobuf/third_party/utf8_range -isystem /home/user/workspace/mdt_stage/wr21_cn106.stage/usr/local/include -mcpu=neoverse-n2 -march=armv8.5-a+crypto -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -fPIC -fno-omit-frame-pointer -funwind-tables -fdata-sections -ffunction-sections -ffile-prefix-map=/home/user/workspace/= -fcoroutines -DAGRPC_BOOST_ASIO -DHAVE_CPP_STDLIB -Wno-psabi -Wno-misleading-indentation -O2 -ggdb -std=gnu++2a -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -pthread -MD -MT third_party/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor.cc.o -MF third_party/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor.cc.o.d -o third_party/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor.cc.o -c /home/user/workspace/mdt_assets/grpc/third_party/protobuf/src/google/protobuf/descriptor.c -- You are receiving this mail because: You are watching all bug changes.