mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Build tier1 & mathlib instead of statically linking
This commit is contained in:
parent
c9ee066a1d
commit
8eb5de19af
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user