Files
mop3/generic/flags.mk
kamkow1 5fe9d0a158
All checks were successful
Build documentation / build-and-deploy (push) Successful in 28s
Fix CPU load balancer bugs, scheduling points support for remote CPUs
2026-02-05 23:44:32 +01:00

21 lines
364 B
Makefile

cflags += -nostdinc \
-nostdlib \
-ffreestanding \
-fno-builtin \
-std=c11 \
-pedantic \
-Wall \
-Wextra \
-ffunction-sections \
-fdata-sections
cflags += -isystem ../include
ldflags += -ffreestanding \
-nostdlib \
-fno-builtin \
-fuse-ld=lld \
-static \
-Wl,--gc-sections \
-flto