Skip to content

Commit

Permalink
.cland: add -D_HF_ARCH_LINUX
Browse files Browse the repository at this point in the history
  • Loading branch information
robertswiecki committed Oct 9, 2023
1 parent 4c85173 commit 4856852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clangd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CompileFlags:
Add: [-std=c11, -xc, -I., -fblocks, -D_GNU_SOURCE, -Wall, -Wextra, -Werror, -Wno-format-truncation, -Wno-override-init]
Add: [-std=c11, -xc, -I., -I.., -fblocks, -D_HF_ARCH_LINUX, -D_GNU_SOURCE, -Wall, -Wextra, -Werror, -Wno-format-truncation, -Wno-override-init]

0 comments on commit 4856852

Please sign in to comment.