diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-06-08 10:35:16 +1000 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-06-08 10:35:16 +1000 |
| commit | edc34e77d5f19aa2a697f16d9e2d24677dafb506 (patch) | |
| tree | 2949e8b6cacf7f1d7232dfa6077de0b1c12d9326 /Makefile | |
| parent | c9f5da1d19e6ace5d6a7c650fe996f359e11d1a5 (diff) | |
feat(thread): Implement pthread bridge and fix allocator usage in wrapperfeat/multi-threading
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ ifeq ($(USE_BENCH),1) ALL_CFLAGS += -DUSE_BENCH endif +ifeq ($(USE_THREAD),1) +ALL_CFLAGS += -DUSE_THREAD +endif + OBJ = $(patsubst %.c,$(OUTDIR)/%.o,$(SRC)) all: release |
