Can I set Compiler Options for all Projects in a Workspace?
Posted: Thu Jul 30, 2020 12:34 am
I am writing C programs in Codelite.
To set compiler options (parameters) for an individual project I go to... Workspace > Open Active Project Settings > Compiler > C Compiler Options
Then I paste this in to the textbox --> -g;-O0;-Wall;-pedantic; -Wextra;-std=c99;
Is it possible to add those options somewhere so that ALL Projects in the same Workspace will have those compiler options?
Currently I have to set them again and again each time I create a new project.
Cheers,
Flex
To set compiler options (parameters) for an individual project I go to... Workspace > Open Active Project Settings > Compiler > C Compiler Options
Then I paste this in to the textbox --> -g;-O0;-Wall;-pedantic; -Wextra;-std=c99;
Is it possible to add those options somewhere so that ALL Projects in the same Workspace will have those compiler options?
Currently I have to set them again and again each time I create a new project.
Cheers,
Flex