summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Tennie <sven.tennie@gmail.com>2021-09-12 12:13:09 +0000
committerSven Tennie <sven.tennie@gmail.com>2021-09-12 12:13:09 +0000
commit841278117a3c49ddfd7eeff67255b7102346f6f6 (patch)
tree6d9f938e04d8b5d626d965bfd287150b6bd3dc33
parent2d15175266d0e0d9ca6565124b0c17e207b5541c (diff)
downloadhaskell-wip/clangd-support.tar.gz
Add compile_flags.txt for clangd (C IDE) supportwip/clangd-support
This file configures clangd (C Language Server for IDEs) for the GHC project. Please note that this only works together with Haskell Language Server, otherwise .hie-bios/stage0/lib does not exist.
-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 0000000000..dbda234dd8
--- /dev/null
+++ b/compile_flags.txt
@@ -0,0 +1,5 @@
+-xc
+-Irts
+-Irts/include
+-I.hie-bios/stage0/lib
+