From 32b5bc923add402eb33555157d329e1d379583c9 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 19 Sep 2024 12:05:35 +0200 Subject: replace some functions from libc --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 7b19833..17351fd 100644 --- a/makefile +++ b/makefile @@ -5,11 +5,11 @@ clean: rm $(ALL) attocc: attocc.c - cc -O3 -o $@ $< + cc -DDEBUG -O3 -o $@ $< attocc-debug: attocc.c cc -DDEBUG -Wall -Wextra -Wpedantic -o $@ $< attocc-small: attocc.c - cc -Wl,--gc-sections -flto -ffunction-sections -fdata-sections -fPIC -s -Os -o $@ $< + cc -DDEBUG -Wl,--gc-sections -flto -ffunction-sections -fdata-sections -fPIC -s -Os -o $@ $< strip -x $@ -- cgit v1.2.3-70-g09d2