From f76f5a8c244ac6d04e4d89778a6d8c2c2040cdc9 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Tue, 25 Jun 2024 00:51:37 +0100 Subject: get functions and arguments and returning to work fully --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fcb0c82..e81ea76 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CS=ast.c com.c dis.c ht.c mem.c prs.c read.c state.c val.c vm.c HS=ast.h chunk.h com.h dis.h ht.h mem.h prs.h read.h state.h util.h val.h vm.h -CFLAGS=$(EXTRA_CFLAGS) -O3 -lm -Wall -Wpedantic -Werror=implicit-function-declaration +CFLAGS=$(EXTRA_CFLAGS) -g -O3 -lm -Wall -Wpedantic -Werror=implicit-function-declaration bth: $(CS) $(HS) Makefile $(CC) $(CFLAGS) -o bth $(CS) -- cgit v1.2.3