From 09c5ad57b382c8d47baa5f5c63c5340ef6de4c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20R=C3=A1=C4=8Dek?= Date: Tue, 19 Aug 2025 22:44:44 +0200 Subject: [PATCH] Added correct compile_flags.txt for clangd to work --- compile_flags.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 compile_flags.txt diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..624f052 --- /dev/null +++ b/compile_flags.txt @@ -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 \ No newline at end of file