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 --- compile_flags.txt | 4 +--- makefile | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/compile_flags.txt b/compile_flags.txt index 8efbfab..f772d26 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -1,6 +1,4 @@ -Wall -Werror --std=c++20 -pedantic --I/usr/local/include --Iinclude +-std=c++20 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