Release build and packaging

This commit is contained in:
Krzosa Karol
2026-01-07 22:26:18 +01:00
parent 239126db70
commit 101fed6d7d
5 changed files with 23 additions and 15 deletions

View File

@@ -5,12 +5,8 @@ struct LocationTrace {
int line;
};
#if DEBUG_BUILD
thread_local LocationTrace LocationTraceO;
#define LOCATION_TRACE (LocationTraceO.file = __FILE__, LocationTraceO.line = __LINE__)
#else
#define LOCATION_TRACE
#endif
const int AllocatorKind_Allocate = 1;
const int AllocatorKind_Deallocate = 2;