From 5f861f0f0b81f77bd6ebf3d7e666af2fa0fca2b1 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Tue, 10 Feb 2026 08:24:06 +0100 Subject: wl state --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 816c901..4e6d699 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ WORK_DIR = . SRC_DIR = $(WORK_DIR)/src -CSH_FLAGS = -Wall -Wextra -Werror -pedantic -I$(SRC_DIR) +CSH_FLAGS = -O2 -g -Wall -Wextra -Werror -pedantic -I$(SRC_DIR) CC = clang CC_STD = -std=c11 -- cgit v1.2.3