forked from shadowninja108/exlaunch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clangd
More file actions
18 lines (18 loc) · 765 Bytes
/
.clangd
File metadata and controls
18 lines (18 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# yaml-language-server: $schema=https://json.schemastore.org/clangd.json
CompileFlags:
Add:
- "-nostdinc++"
- "-I/opt/devkitpro/devkitA64/aarch64-none-elf/include/c++/15.1.0/"
- "-I/opt/devkitpro/devkitA64/aarch64-none-elf/include/c++/15.1.0/aarch64-none-elf"
- "-I/opt/devkitpro/devkitA64/aarch64-none-elf/include"
- "-I/opt/devkitpro/devkitA64/lib/gcc/aarch64-none-elf/15.1.0/include"
- "--include-directory=/home/blujay/switch-dev/exlaunch-shadow/source"
- "-DEXL_LOAD_KIND=AsRtld"
- "-DEXL_LOAD_KIND_ENUM=1"
- "-DEXL_PROGRAM_ID=0100000000000013"
- "-DSWITCH"
- "-D__SWITCH__"
- "-D__aarch64__"
- "-DATMOSPHERE_OS_HORIZON"
- "-std=gnu++23"
Compiler: "/opt/devkitpro/devkitA64/bin/aarch64-none-elf-g++"