From 84fd1b701d17efb6e6424240bb1e842614d36a11 Mon Sep 17 00:00:00 2001 From: OetkenPurveyorOfCode Date: Wed, 18 Oct 2023 23:37:04 +0200 Subject: [PATCH] Stuff --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f23468f..50229c5 100644 --- a/README.md +++ b/README.md @@ -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 ```