This commit is contained in:
2025-06-04 00:18:32 +03:00
parent 804711f2c4
commit 5d85ebd85f
17 changed files with 108 additions and 7 deletions

View File

@@ -23,6 +23,7 @@ public:
CUtlVector<CUtlString> includeFiles;
bool bFPIE;
bool bFPIC;
bool bDebug = m_target.optimization == TARGET_DEBUG;
CLDProject Compile();
static void GenerateCompileCommands();
};