From 79843b730b50672311a7191ab69cc305bfab339c Mon Sep 17 00:00:00 2001 From: Abhinav Prasai Date: Mon, 25 Aug 2025 16:18:34 +0100 Subject: add focused checking to prevent crash and make clangd option --- compile_flags.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 compile_flags.txt (limited to 'compile_flags.txt') diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..e568f62 --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1,8 @@ +-std=c99 +-Wall +-Wextra +-Os +-lX11 +-lXinerama +-lXcursor +-Isrc -- cgit v1.2.3