I am using CodeLite for C++ development. I can edit AVAILABLE options under Settings/Build settings/Compiler Options or /Linker Options. I can also change the options of a PARTICULAR project under Workspace/Open Active Project Settings...
What I want to do is to change the default settings for ALL projects (or at least for all NEW projects). In the active project settings the first field is "Use with Global Settings" what implies that somewhere there should be access to these Global Settings, but I do not find. I only found under Build Settings/Advanced the Include Path and the Libraries Path but I do want to make other defaults as well, e.g. for the compiler "C++ Compiler Options" like e.g. .std=c++17 and for the linker "Linker Options" e.g. -pthread and "Libraries".
I make many little projects and it is a nightmare to change all these manually for every little project.