diff --git a/README.md b/README.md index 88ee0bd..12a4c9b 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,10 @@ You can add this as a remote directory in your Dolphin places panel by right cli ![image](https://github.com/Weetile/weetile-compsci-rhul-resources/assets/7700383/d939d76c-e4e0-48fd-a716-f9236ae99a9d) ## Command-line utilities ### gcc flags alias + +![gccflags](https://github.com/Weetile/weetile-compsci-rhul-resources/assets/7700383/237cf2bf-b578-4507-8ac7-30e209b25481) + + In CS2850: Operating Systems, you are instructed to use the following flags when compiling C code using `gcc`: ``` -Wall -Werror -Wpedantic