https://bugs.kde.org/show_bug.cgi?id=474743
Daniel Santos <daniel.san...@pobox.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|Compiled Sources |Gentoo Packages --- Comment #2 from Daniel Santos <daniel.san...@pobox.com> --- I had recently changed my Plasma appearance, but this looks like clang. I obtained my compiler settings by running: /path/to/my/toolchain/mipsel-openwrt-linux-musl-g++ -fno-caller-saves -mips32r2 -mtune=24kc -msoft-float -mno-branch-likely -mips16 -minterlink-mips16 -E -x c++ -v - </dev/null And these are the C++ compiler settings I'm using in the project config --> Language Support --> C/C++ Parser --> C++ command line args (prettied up for readability): -std=gnu++17 --target=mipsel-openwrt-linux -mabi=32 -msoft-float -march=mips32r2 -mtune=24kc -ferror-limit=100 -fspell-checking -Wdocumentation -Wunused-parameter -Wunreachable-code -Wall -Wno-unknown-warning-option -Wno-implicit-fallthrough -nostdinc -nostdinc++ -isystem /home/daniel/proj/embedded/openwrt/v21.02.y/staging_dir/toolchain-mipsel_24kc_gcc-10.2.0_musl/mipsel-openwrt-linux-musl/include/c++/10.2.0 -isystem /home/daniel/proj/embedded/openwrt/v21.02.y/staging_dir/toolchain-mipsel_24kc_gcc-10.2.0_musl/mipsel-openwrt-linux-musl/include/c++/10.2.0/mipsel-openwrt-linux-musl -isystem /home/daniel/proj/embedded/openwrt/v21.02.y/staging_dir/toolchain-mipsel_24kc_gcc-10.2.0_musl/mipsel-openwrt-linux-musl/include/c++/10.2.0/backward -isystem /home/daniel/proj/embedded/openwrt/v21.02.y/staging_dir/toolchain-mipsel_24kc_gcc-10.2.0_musl/include -isystem /home/daniel/proj/embedded/openwrt/v21.02.y/staging_dir/toolchain-mipsel_24kc_gcc-10.2.0_musl/mipsel-openwrt-linux-musl/include -isystem /home/daniel/proj/embedded/openwrt/v21.02.y/staging_dir/toolchain-mipsel_24kc_gcc-10.2.0_musl/lib/gcc/mipsel-openwrt-linux-musl/10.2.0/include -isystem /home/daniel/proj/embedded/openwrt/project/libubox -isystem /home/daniel/proj/embedded/openwrt/project/ubus -isystem /home/daniel/proj/embedded/openwrt/v21.02.y/staging_dir/target-mipsel_24kc_musl/usr/include -I. -- You are receiving this mail because: You are watching all bug changes.