Hello there, I have freshly installed geany on my void linux xfce. In my current setup, I have clang installed and I don't have gcc installed. I have been using geany for years and earlier I used geany with gcc and it worked fine.
I had set the compile and build commands as follows-
1. Compile - clang++ -std=c++17 -Wshadow -Wall -o "%e" "%f" -O2 -Wno-unused-result