From 4a87707099e1cf79bfda2fa8228d25c73338fb18 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sat, 18 Jul 2026 22:13:36 +0200 Subject: compile-flags angepasst --- makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index c5161ac..3715f91 100644 --- a/makefile +++ b/makefile @@ -5,8 +5,6 @@ include config.mk BIN=bin/srcut OBJS=obj/srcut.o -CPPFLAGS=-Wall -Werror -std=c++20 -pedantic -Iinclude -O2 - all: $(BIN) $(BIN): $(OBJS) | bin -- cgit v1.3