From 14b6304bb416795ca1016e9ce5f052b0861e5a48 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Fri, 9 Aug 2024 23:37:13 +0100 Subject: add ssplit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ef71e96..df852dd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CS= com.c dis.c ht.c lib.c mem.c read.c state.c val.c vm.c HS=chunk.h com.h dis.h ht.h lib.h mem.h read.h state.h util.h val.h vm.h -CFLAGS=$(EXTRA_CFLAGS) -g -lm -Wall -Wpedantic -Werror=implicit-function-declaration +CFLAGS=$(EXTRA_CFLAGS) -O3 -g -lm -Wall -Wpedantic -Werror=implicit-function-declaration bth: $(CS) $(HS) Makefile $(CC) $(CFLAGS) -o bth $(CS) -- cgit v1.2.3