Files
mop3/generic/flags.mk
kamkow1 5bf10c1218
All checks were successful
Build documentation / build-and-deploy (push) Successful in 49s
Extra compiler flags for AMD64
2026-01-11 03:42:15 +01:00

22 lines
388 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 \
-Wl,--strip-all \
-flto