From 841278117a3c49ddfd7eeff67255b7102346f6f6 Mon Sep 17 00:00:00 2001 From: Sven Tennie Date: Sun, 12 Sep 2021 12:13:09 +0000 Subject: Add compile_flags.txt for clangd (C IDE) 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. --- compile_flags.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 compile_flags.txt 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 + -- cgit v1.2.1