Fix bugs and improve build system

Fix bug if ANIMATE define is set
Move all defines to config.mk
Add clangd generation in Makefile
Move ICC to ICX config
This commit is contained in:
2025-11-05 10:29:31 +01:00
parent 3408d39545
commit 38a96ddf8d
9 changed files with 39 additions and 20 deletions

View File

@@ -0,0 +1,3 @@
CompileFlags:
Add: [-D_GNU_SOURCE,-DANIMATE,-DARRAY_ALIGNMENT=64,-I./src/includes,-I./CLANG, -Ofast,-std=c99, -xc]
Compiler: clang