Build tier1 & mathlib instead of statically linking

This commit is contained in:
Kenzzer 2025-10-27 12:54:51 +00:00
parent c9ee066a1d
commit 8eb5de19af
No known key found for this signature in database
GPG Key ID: 64C3FD4332686DC1
3 changed files with 6 additions and 2 deletions

View File

@ -525,7 +525,7 @@ class SMConfig(object):
for other_sdk in self.sdk_manifests:
compiler.defines += ['SE_{}={}'.format(other_sdk['define'], other_sdk['code'])]
SdkHelpers.configureCxx(context, binary, sdk)
SdkHelpers.configureCxx(context, binary.compiler, sdk)
return binary

View File

@ -30,8 +30,12 @@
#include "sourcemod.h"
#include "sourcemm_api.h"
#ifndef VPROF_ENABLED
#define VPROF_ENABLED
#endif
#ifndef RAD_TELEMETRY_DISABLED
#define RAD_TELEMETRY_DISABLED
#endif
#include <tier0/vprof.h>
VProfTool sVProfTool;

@ -1 +1 @@
Subproject commit 38b4f3670826bbfe7c536ef33ec53f5971d419e2
Subproject commit d7c14e375f2a763d8429ad4350d0d3dcdfcd57b4