Added correct compile_flags.txt for clangd to work

This commit is contained in:
2025-08-19 22:44:44 +02:00
parent 7e4532d846
commit 09c5ad57b3

22
compile_flags.txt Normal file
View File

@@ -0,0 +1,22 @@
-I third_party/nugget/psyqo-lua/../third_party/psxlua/src
-D LUA_TARGET_PSX
-I third_party/nugget/psyqo/../third_party/EASTL/include
-I third_party/nugget/psyqo/../third_party/EABase/include/Common
-I third_party/nugget/
-ffunction-sections
-fdata-sections
-fomit-frame-pointer
-fno-builtin
-fno-strict-aliasing
-Wno-attributes
-march=mips1
-EL
-fno-pic
-fno-stack-protector
-nostdlib
-ffreestanding
-g
-Os
-std=c++20
-fno-exceptions
-fno-rtti