Flatten libs
All checks were successful
Build documentation / build-and-deploy (push) Successful in 44s

This commit is contained in:
2026-02-12 23:16:57 +01:00
parent ab758d8929
commit 28ceabdb72
18 changed files with 19 additions and 28 deletions

View File

@@ -1,3 +0,0 @@
c += alloc/liballoc.c
o += alloc/liballoc.o

View File

@@ -1,7 +1,7 @@
/* liballoc breaks when optimized too aggressively, for eg. clang's -Oz */
#pragma clang optimize off
#include <alloc/liballoc.h>
#include <liballoc.h>
#include <m/system.h>
#define LIBALLOC_MUTEX 500

View File

@@ -1 +1,3 @@
include alloc/src.mk
c += liballoc.c
o += liballoc.o