summaryrefslogtreecommitdiffstats
path: root/.clangd
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2026-06-27 22:53:26 -0500
committerLibravatar bigfoot547 <[email protected]>2026-06-27 22:53:26 -0500
commit40724faccacf055cd9f9bba4615b9f930be9b76b (patch)
tree8df1806ef766f14a935e98ad1a04e47714f5f858 /.clangd
initial commit
Diffstat (limited to '.clangd')
-rw-r--r--.clangd13
1 files changed, 13 insertions, 0 deletions
diff --git a/.clangd b/.clangd
new file mode 100644
index 0000000..ed00e13
--- /dev/null
+++ b/.clangd
@@ -0,0 +1,13 @@
+CompileFlags:
+ Add:
+ - --target=powerpc-eabi
+ - -mcpu=750
+ - -DGEKKO
+ - -DHW_RVL
+ - -D__PPC__
+ - -isystem
+ - /opt/devkitpro/devkitPPC/powerpc-eabi/include
+ - -isystem
+ - /opt/devkitpro/devkitPPC/lib/gcc/powerpc-eabi/16.1.0/include
+ - -D_CLANGD
+