From 9be55287ba7baef8896b1915c52d64f08f0b3fbb Mon Sep 17 00:00:00 2001 From: Weetile Date: Mon, 2 Oct 2023 22:44:13 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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