From b89fc3da7d9f1badde2f4879924b5df5522da203 Mon Sep 17 00:00:00 2001 From: A404M Date: Sat, 31 May 2025 00:57:45 +0330 Subject: add ability to specify int type as extension --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d713229..0fd74c4 100644 --- a/Makefile +++ b/Makefile @@ -20,9 +20,9 @@ INC_DIRS := $(SRC_DIR) INC_FLAGS := $(addprefix -I,$(INC_DIRS)) # OP_FLAG := -Ofast -# OP_FLAG := -O3 +OP_FLAG := -O3 # OP_FLAG := -Oz -OP_FLAG := -g +# OP_FLAG := -g LINK_FLAGS := -lffi -- cgit v1.2.3