aboutsummaryrefslogtreecommitdiff
path: root/compile_flags.txt
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-27 14:05:51 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-30 01:31:45 +0100
commitdd68df08748b9fd6c8e849e6403459d444a8fb5f (patch)
tree41a0bc9d769a0a5133d4d18b16a4fd414d55defc /compile_flags.txt
parentdc5c9fd10aa6ba4d1e5581cc1d5d2f0414b6efcd (diff)
Added protocol
Use a protocol defined in `README.md` and `chatty.h` for sending messages. Another big change is the clientsArena which now stores metadata for the connection such as the author's name. Misc: - Merged arena.h and common.h into chatty.h - removed all the unused code from arena.h as it was not very useful and would not win me any time. - Added compile_flag.txt - Changed formatting - Added more log messages - Added more asserts - Added bool type via enum
Diffstat (limited to 'compile_flags.txt')
-rw-r--r--compile_flags.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt
new file mode 100644
index 0000000..eb526c6
--- /dev/null
+++ b/compile_flags.txt
@@ -0,0 +1,5 @@
+-Wall
+-Wextra
+-pedantic
+-std=c99
+-O3