some updates

This commit is contained in:
Metis
2024-10-24 01:17:27 -04:00
parent b59523ae89
commit bad8127688
3 changed files with 1 additions and 5 deletions

4
.gitignore vendored
View File

@@ -203,10 +203,6 @@ aux*.dll
libaux*.so
aux*.pdb
# byond-tracy, we intentionally do not ship this and do not want to maintain it
prof.dll
libprof.so
# JavaScript tools
**/node_modules

View File

@@ -45,7 +45,7 @@
// If this is uncommented, will attempt to load and initialize prof.dll/libprof.so.
// We do not ship byond-tracy. Build it yourself here: https://github.com/mafemergency/byond-tracy/
#define USE_BYOND_TRACY
//#define USE_BYOND_TRACY
#ifndef PRELOAD_RSC //set to:
#define PRELOAD_RSC 2 // 0 to allow using external resources or on-demand behaviour;

BIN
prof.dll Normal file

Binary file not shown.