Flatten libs
All checks were successful
Build documentation / build-and-deploy (push) Successful in 44s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 44s
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
c += alloc/liballoc.c
|
||||
|
||||
o += alloc/liballoc.o
|
||||
@@ -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
|
||||
@@ -1 +1,3 @@
|
||||
include alloc/src.mk
|
||||
c += liballoc.c
|
||||
|
||||
o += liballoc.o
|
||||
|
||||
Reference in New Issue
Block a user