summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-09 01:54:56 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-09 01:54:56 +0100
commit315c36261918e74311ad740bcf2755cc4d1ea5fb (patch)
treea67cb4b7d649a129d2f1ae7bbab12ceb44ab334d
parent3a386867bd796659801c9f0349e335740895d62f (diff)
FIX: Treat .h as C++ headers in clangd.
-rw-r--r--compile_flags.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt
index b82c81f7..8cf293a9 100644
--- a/compile_flags.txt
+++ b/compile_flags.txt
@@ -8,3 +8,4 @@
-D__NEWOSKRNL__
-D__FSKIT_INCLUDES_NEFS__
-D__ZKA_ED__
+-xc++ \ No newline at end of file