summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-10 08:24:06 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-10 08:24:06 +0100
commit5f861f0f0b81f77bd6ebf3d7e666af2fa0fca2b1 (patch)
tree6d944c2184f84cc9505b5df9e06cb23bcbb780e5 /Makefile
parent5b5eb5a16969afc4862fac387940818efc26780a (diff)
wl state
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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