Nix make CPP parameters

I want to use the -Wall parameter to give my students better insight into some practices which the standard settings allow. (Specifically, use of uninitialized variables.) How do I get this set as the standard for my compiles when I am grading? Or is there syntax for the make command to pass this parameter to the compiler?

2 Likes

You mean when you click the run button? You can configure this command in the .replit file. If this is not what you are asking, could you please clarify?