Private
Public Access
1
0

Update README.md

This commit is contained in:
2023-10-02 22:44:13 +01:00
committed by GitHub
parent 32c1333206
commit 9be55287ba

View File

@@ -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