Skip to content

Commit

Permalink
Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
OetkenPurveyorOfCode committed Oct 18, 2023
1 parent 902da46 commit 84fd1b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ Building with Zig:
```
zig cc main.c -o main.exe
```

# Contributing
For contributions make sure that the source compiles with no errors or warnings and use the following compiler flags: Example clang:
```
clang -D_CRT_SECURE_NO_WARNINGS -Wno-newline-eof -Wall -Wextra
-Wshadow -Wconversion -pedantic -Wsign-conversion -Wmisleading-indentation -Wnull-dereference -Wimplicit-fall
through -fsanitize=address -fsanitize=undefined main.c -o main.exe
```

0 comments on commit 84fd1b7

Please sign in to comment.