From c01f847b68a7fcd48eb0f3d456aa993a6f69ea8d Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Wed, 2 Sep 2026 21:13:24 -0400 Subject: pit: Debug x86.pit --- pit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pit/Makefile') diff --git a/pit/Makefile b/pit/Makefile index 0a9da88..2d71a7c 100644 --- a/pit/Makefile +++ b/pit/Makefile @@ -3,7 +3,7 @@ EXE ?= pit CC ?= gcc AR ?= ar override CPPFLAGS += -MMD -MP -override CFLAGS += -fPIC --std=c99 -g -Ideps/ -Isrc/ -Iinclude/ -Wall -Wextra -Wpedantic -Wconversion -Wformat-security -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wnull-dereference -Wfloat-equal -Wundef -Wpointer-arith -Wbad-function-cast -Wlogical-op -Wmissing-braces -Wcast-align -Wstrict-overflow=5 -fwrapv # -ftrapv +override CFLAGS += -O2 -fPIC --std=c99 -g -Ideps/ -Isrc/ -Iinclude/ -Wall -Wextra -Wpedantic -Wconversion -Wformat-security -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wnull-dereference -Wfloat-equal -Wundef -Wpointer-arith -Wbad-function-cast -Wlogical-op -Wmissing-braces -Wcast-align -Wstrict-overflow=5 -fwrapv # -ftrapv override LDFLAGS += -g -static BUILD = build_$(CC) -- cgit v1.3.1