disabling compiler extensions in codelite
I am currently following a tutorial on how to code c++ the only problem is that the tutorial is using code::blocks and vscode I was perfectly fine for most of it until they said that I should disable compiler extensions they showed me that I needed to flag -pedantic-errors- in the code::blocks version but the main problem this causes is that codelite does not do it that way.