wm: teppich

Download patch

ref: 9188f8d52efde760c2ca79d5b4542744cb360814
parent: 41c7b8cc5ebc3000271bc6b5d9931cc959a8d663
author: mkf <mkf@cloud9p.org>
date: Thu Dec 7 06:26:15 EST 2023

Makefile: we dont need -g anymore

--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@
 LD := $(TARG)-ld.bfd
 AS := $(TARG)-as
 
-CFLAGS +=-O0 -g -nostdinc -I./include/ -ffreestanding -fcommon -fno-pie
-ASFLAGS += -g
+CFLAGS +=-O0 -nostdinc -Iinclude/ -ffreestanding -fcommon -fno-pie
+ASFLAGS +=
 LDFLAGS += -T linker.ld -z noexecstack
 
 QEMU ?= qemu-system-i386